Skip to content

Commit 4770c40

Browse files
update
1 parent 3f5a865 commit 4770c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
build_type: pull-request
6969
script: "ci/test_conda.sh true"
7070
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"))'
71+
matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.12"))
7272
build-wheels:
7373
needs:
7474
- compute-matrix

0 commit comments

Comments
 (0)