From b979054b62a1e3d8165212330d09f1ca8b3f2b24 Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Thu, 3 Oct 2024 08:02:53 -0700 Subject: [PATCH] try and fix conda workflow --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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