Skip to content

Commit 9e345cb

Browse files
authored
Unpin CCCL version used for RAPIDS testing (#6349)
Reverts part of #5973 This change removes the hardcoded CCCL_TAG and CCCL_VERSION values, allowing the workflow to use the override inputs as intended.
1 parent 9ffec0e commit 9e345cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-rapids.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,8 @@ jobs:
8585
role-duration-seconds: 43200 # 12h
8686
- name: Run command # Do not change this step's name, it is checked in parse-job-times.py
8787
env:
88-
# TODO: Temporarily hardcoding the override while RAPIDS gets updated
89-
# for the various breaking changes in cudax between 3.0/3.1/3.2
90-
CCCL_TAG: branch/3.1.x
91-
CCCL_VERSION: 3.1.0
88+
CCCL_TAG: ${{ inputs.override_cccl_tag }}
89+
CCCL_VERSION: ${{ inputs.override_cccl_version }}
9290
CI: true
9391
RAPIDS_LIBS: ${{ matrix.libs }}
9492
# Uncomment any of these to customize the git repo and branch for a RAPIDS lib:

0 commit comments

Comments
 (0)