From 78d18f73597d19d016c87ea52c01cfeed5357b04 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Fri, 14 Feb 2025 13:28:31 -0500 Subject: [PATCH] force prepended channel name --- ci/test_cpp.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index db0fbf7e5..1c8edb64f 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -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