From 21ab224b98111842a4d8bedffa3086f536969c94 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 10 Oct 2024 09:59:33 -0500 Subject: [PATCH] rapids-version does not work in this repo --- ci/test_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index fc8d9c59..c3e7acdf 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -9,7 +9,7 @@ cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../ rapids-logger "Create test conda environment" . /opt/conda/etc/profile.d/conda.sh -UCX_PY_VERSION="$(rapids-version)" +UCX_PY_VERSION="$(head -1 ./VERSION)" rapids-dependency-file-generator \ --output conda \