File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 script : " ci/test_conda.sh true"
7070 run_codecov : false
7171 # This selects "ARCH=amd64 + the latest supported Python + CUDA".
72- matrix_filter : map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
72+ matrix_filter : map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1 " and .PY_VER == "3.11"))
7373 build-wheels :
7474 needs :
7575 - compute-matrix
9595 build_type : pull-request
9696 script : " ci/test_wheel.sh true"
9797 # This selects "ARCH=amd64 + the latest supported Python + CUDA".
98- matrix_filter : map(select(.ARCH == "amd64" and .CUDA_VER == "12.5" and .PY_VER == "3.11"))
98+ matrix_filter : map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1 " and .PY_VER == "3.11"))
9999 build-docs :
100100 needs :
101101 - build-conda
You can’t perform that action at this time.
0 commit comments