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 3f5a865 commit 4770c40Copy full SHA for 4770c40
.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: echo ${{ needs.compute-matrix.outputs.TEST_MATRIX }} | jq '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.12"))
72
build-wheels:
73
needs:
74
- compute-matrix
0 commit comments