Skip to content

Commit e5aa41e

Browse files
revert
1 parent f41b931 commit e5aa41e

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
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]
@@ -59,17 +57,6 @@ jobs:
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
@@ -85,17 +72,6 @@ jobs:
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

0 commit comments

Comments
 (0)