File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 1919 - compute-matrix
2020 - build-conda
2121 - test-conda
22- - test-conda-pynvjitlink
2322 - build-wheels
2423 - test-wheels
25- - test-wheels-pynvjitlink
2624 - build-docs
2725 secrets : inherit
2826 uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 5957 script : " ci/test_conda.sh false"
6058 run_codecov : false
6159 matrix_filter : ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
62- test-conda-pynvjitlink :
63- needs :
64- - build-conda
65- - compute-matrix
66- uses : ./.github/workflows/conda-python-tests.yaml
67- with :
68- build_type : pull-request
69- script : " ci/test_conda.sh true"
70- run_codecov : false
71- # This selects "ARCH=amd64 + the latest supported Python + CUDA".
72- matrix_filter : map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11"))
7360 build-wheels :
7461 needs :
7562 - compute-matrix
8572 with :
8673 build_type : pull-request
8774 script : " ci/test_wheel.sh false"
88- matrix_filter : ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
89- test-wheels-pynvjitlink :
90- needs :
91- - build-wheels
92- - compute-matrix
93- uses : ./.github/workflows/wheels-test.yaml
94- with :
95- build_type : pull-request
96- script : " ci/test_wheel.sh true"
97- # This selects "ARCH=amd64 + the latest supported Python + CUDA".
98- matrix_filter : map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11"))
9975 build-docs :
10076 needs :
10177 - build-conda
You can’t perform that action at this time.
0 commit comments