File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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] 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] 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) ))
You can’t perform that action at this time.
0 commit comments