Skip to content

Commit

Permalink
.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Oct 3, 2024
1 parent 883d817 commit f41b931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
script: "ci/test_conda.sh true"
run_codecov: false
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11"))
build-wheels:
needs:
- compute-matrix
Expand All @@ -95,7 +95,7 @@ jobs:
build_type: pull-request
script: "ci/test_wheel.sh true"
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11"))
build-docs:
needs:
- build-conda
Expand Down

0 comments on commit f41b931

Please sign in to comment.