Skip to content

Commit

Permalink
force prepended channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 14, 2025
1 parent a9a93c4 commit 78d18f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ rapids-dependency-file-generator \
| tee env.yaml

# Heinous hack time!
UCXX_VERSION="$(head -1 ./VERSION)"
sed -i "s#0.43.*,>=0.0.0a0#${UCXX_VERSION}#" env.yaml
sed -i "s#- libucxx#$- ${CPP_CHANNEL}::libucxx#" env.yaml

rapids-mamba-retry env create --yes -f env.yaml -n test
conda activate test
Expand Down

0 comments on commit 78d18f7

Please sign in to comment.