diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 39066be..03650aa 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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: echo ${{ needs.compute-matrix.outputs.TEST_MATRIX }} | jq 'map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.12"))' build-wheels: needs: - compute-matrix