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")) | group_by (.CUDA_VER|split(".")|map(tonumber)|.[0]) | map( max_by([( .PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))] ))
72+ matrix_filter : map(select(.ARCH == "amd64" and (.CUDA_VER|split(".")|map(tonumber)|.[0]) == 12)) | max_by(.PY_VER|split(".")|map(tonumber))
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")) | group_by (.CUDA_VER|split(".")|map(tonumber)|.[0]) | map( max_by([( .PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))] ))
98+ matrix_filter : map(select(.ARCH == "amd64" and (.CUDA_VER|split(".")|map(tonumber)|.[0]) == 12)) | max_by(.PY_VER|split(".")|map(tonumber))
9999 build-docs :
100100 needs :
101101 - build-conda
You can’t perform that action at this time.
0 commit comments