We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4770c40 commit 2820ee6Copy full SHA for 2820ee6
.github/workflows/pr.yaml
@@ -68,7 +68,7 @@ jobs:
68
build_type: pull-request
69
script: "ci/test_conda.sh true"
70
run_codecov: false
71
- 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"))
72
build-wheels:
73
needs:
74
- compute-matrix
0 commit comments