Skip to content

Commit

Permalink
use local workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Oct 4, 2024
1 parent 4770c40 commit 2820ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2820ee6

Please sign in to comment.