Skip to content

Commit ce6610d

Browse files
authored
Merge pull request #90 from rapidsai/branch-24.12
Forward-merge branch-24.12 into branch-25.02
2 parents 42c16fe + 7ec8ace commit ce6610d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
date: ${{ inputs.date }}
5151
sha: ${{ inputs.sha }}
5252
script: ci/test_wheel_pylibwholegraph.sh
53-
matrix_filter: map(select(.ARCH == "amd64"))
53+
matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not)))
5454
wheel-tests-cugraph-dgl:
5555
secrets: inherit
5656
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
@@ -60,7 +60,7 @@ jobs:
6060
date: ${{ inputs.date }}
6161
sha: ${{ inputs.sha }}
6262
script: ci/test_wheel_cugraph-dgl.sh
63-
matrix_filter: map(select(.ARCH == "amd64"))
63+
matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not) and (.LINUX_VER != "rockylinux8")))
6464
wheel-tests-cugraph-pyg:
6565
secrets: inherit
6666
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
@@ -70,4 +70,4 @@ jobs:
7070
date: ${{ inputs.date }}
7171
sha: ${{ inputs.sha }}
7272
script: ci/test_wheel_cugraph-pyg.sh
73-
matrix_filter: map(select(.ARCH == "amd64"))
73+
matrix_filter: map(select((.ARCH == "amd64") and (.CUDA_VER | startswith("11.4") | not)))

0 commit comments

Comments
 (0)