From 2820ee6e313f76ead0222feb6e57bd1f0a7971ae Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Thu, 3 Oct 2024 17:42:21 -0700 Subject: [PATCH] use local workflow matrix --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 39066be..0d6f948 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -68,7 +68,7 @@ jobs: build_type: pull-request script: "ci/test_conda.sh true" run_codecov: false - matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.12")) + matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11")) build-wheels: needs: - compute-matrix