From 936ca9c6caa15dcc9e5f81d006651d44a42d8439 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 5 Dec 2023 04:04:51 -0800 Subject: [PATCH] Update PR workflow --- .github/workflows/pr.yaml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 981ed7e97..8d701e0ae 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -45,18 +45,10 @@ jobs: container_image: "rapidsai/ci-conda:latest" run_script: "ci/build_docs.sh" wheel-build: - needs: checks - runs-on: ubuntu-latest - container: - image: rapidsai/ci-conda:latest - defaults: - run: - shell: bash - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Build wheel - run: ci/build_python_pypi.sh - env: - GH_TOKEN: ${{ github.token }} + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02 + with: + build_type: pull-request + # Package is pure Python and only ever requires one build. + matrix_filter: map(select(.ARCH == "amd64" and .PY_VER == "3.10" and .CUDA_VER == "12.0.1")) + script: "ci/build_wheel.sh"