Skip to content

Commit

Permalink
add correct branch type
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Dec 5, 2023
1 parent f96ed6e commit a757ab4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a757ab4

Please sign in to comment.