From f385db4cd5144fc1ab93c668b38710c6f43ba472 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 1 May 2024 10:02:32 -0700 Subject: [PATCH] Switch to download ucx wheels from PR #2 --- ci/build_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 81baf9661b..34cb6e8d7f 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -19,7 +19,7 @@ git_commit=$(git rev-parse HEAD) RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" -libucx_wheelhouse=$(RAPIDS_PY_WHEEL_NAME="${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact ucx-wheels 1 cpp) +libucx_wheelhouse=$(RAPIDS_PY_WHEEL_NAME="${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-wheel-artifact ucx-wheels 2 cpp) # This is the version of the suffix with a preceding hyphen. It's used # everywhere except in the final wheel name.