From e5aa41e9feb230a0d472edf1508eb11743cc3354 Mon Sep 17 00:00:00 2001 From: brandon-b-miller Date: Thu, 3 Oct 2024 07:23:35 -0700 Subject: [PATCH] revert --- .github/workflows/pr.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5afa741..a8a6d0a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -19,10 +19,8 @@ jobs: - compute-matrix - build-conda - test-conda - - test-conda-pynvjitlink - build-wheels - test-wheels - - test-wheels-pynvjitlink - build-docs secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08 @@ -59,17 +57,6 @@ jobs: script: "ci/test_conda.sh false" run_codecov: false matrix_filter: ${{ needs.compute-matrix.outputs.TEST_MATRIX }} - test-conda-pynvjitlink: - needs: - - build-conda - - compute-matrix - uses: ./.github/workflows/conda-python-tests.yaml - with: - build_type: pull-request - script: "ci/test_conda.sh true" - run_codecov: false - # This selects "ARCH=amd64 + the latest supported Python + CUDA". - matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11")) build-wheels: needs: - compute-matrix @@ -85,17 +72,6 @@ jobs: with: build_type: pull-request script: "ci/test_wheel.sh false" - matrix_filter: ${{ needs.compute-matrix.outputs.TEST_MATRIX }} - test-wheels-pynvjitlink: - needs: - - build-wheels - - compute-matrix - uses: ./.github/workflows/wheels-test.yaml - with: - build_type: pull-request - script: "ci/test_wheel.sh true" - # This selects "ARCH=amd64 + the latest supported Python + CUDA". - matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "12.5.1" and .PY_VER == "3.11")) build-docs: needs: - build-conda