From e738ff4473d8f325812e7510bc0154bc490202bd Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 6 Dec 2024 11:17:50 -0600 Subject: [PATCH] skip CUDA 11.4 conda-python-tests jobs --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4a1f8c..2e5e386 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,6 +40,7 @@ jobs: branch: ${{ inputs.branch }} date: ${{ inputs.date }} sha: ${{ inputs.sha }} + matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not)) wheel-tests-pylibwholegraph: secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12