Skip to content

Commit a757ab4

Browse files
committed
add correct branch type
1 parent f96ed6e commit a757ab4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
container:
2727
image: rapidsai/ci-conda:latest
2828
env:
29-
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
29+
RAPIDS_BUILD_TYPE: branch
3030
PARALLEL_LEVEL: ${{ env.PARALLEL_LEVEL }}
31+
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
3132
steps:
3233
- uses: actions/checkout@v3
3334
with:
@@ -53,8 +54,9 @@ jobs:
5354
container:
5455
image: rapidsai/ci-wheel:latest
5556
env:
56-
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
57+
RAPIDS_BUILD_TYPE: branch
5758
PARALLEL_LEVEL: ${{ env.PARALLEL_LEVEL }}
59+
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
5860
steps:
5961
- uses: actions/checkout@v3
6062
with:

0 commit comments

Comments
 (0)