From a757ab4cf28ff7b8c46a99235c6579f2007f816d Mon Sep 17 00:00:00 2001 From: Ajay Thorve Date: Mon, 4 Dec 2023 16:12:01 -0800 Subject: [PATCH] add correct branch type --- .github/workflows/pr.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ef6375b..065d7fe 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -26,8 +26,9 @@ jobs: container: image: rapidsai/ci-conda:latest env: - RAPIDS_BUILD_TYPE: ${{ inputs.build_type }} + RAPIDS_BUILD_TYPE: branch PARALLEL_LEVEL: ${{ env.PARALLEL_LEVEL }} + NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} steps: - uses: actions/checkout@v3 with: @@ -53,8 +54,9 @@ jobs: container: image: rapidsai/ci-wheel:latest env: - RAPIDS_BUILD_TYPE: ${{ inputs.build_type }} + RAPIDS_BUILD_TYPE: branch PARALLEL_LEVEL: ${{ env.PARALLEL_LEVEL }} + NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }} steps: - uses: actions/checkout@v3 with: