@@ -19,13 +19,11 @@ jobs:
1919 - compute-matrix
2020 - build-conda
2121 - test-conda
22- - test-conda-ctypes-binding
2322 - test-simulator
2423 - build-wheels
2524 - build-wheels-windows
2625 - test-wheels-windows
2726 - test-wheels
28- - test-wheels-ctypes-binding
2927 - test-wheels-deps-wheels
3028 - test-thirdparty
3129 - build-docs
8078 script : " ci/test_conda.sh"
8179 run_codecov : false
8280 matrix : ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
83- test-conda-ctypes-binding :
84- needs :
85- - build-conda
86- - compute-matrix
87- uses : ./.github/workflows/conda-python-tests.yaml
88- with :
89- build_type : pull-request
90- script : " ci/test_conda_ctypes_binding.sh"
91- run_codecov : false
92- # This selects "ARCH=amd64 and CUDA >=12, with the latest supported Python for each CUDA major version".
93- matrix : ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
94- matrix_filter : map(select(.ARCH == "amd64" and (.CUDA_VER | split(".") | .[0] | tonumber >= 12))) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
9581 test-simulator :
9682 needs :
9783 - build-conda
@@ -124,17 +110,6 @@ jobs:
124110 build_type : pull-request
125111 script : " ci/test_wheel.sh false"
126112 matrix : ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
127- test-wheels-ctypes-binding :
128- needs :
129- - build-wheels
130- - compute-matrix
131- uses : ./.github/workflows/wheels-test.yaml
132- with :
133- build_type : pull-request
134- script : " ci/test_wheel_ctypes_binding.sh"
135- # This selects "ARCH=amd64 and CUDA >=12, with the latest supported Python for each CUDA major version".
136- matrix : ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
137- matrix_filter : map(select(.ARCH == "amd64" and (.CUDA_VER | split(".") | .[0] | tonumber >= 12))) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
138113 test-wheels-deps-wheels :
139114 needs :
140115 - build-wheels
0 commit comments