From 3c97bb19f4753f8469bab971342ed0682e3754d1 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 10 Oct 2024 09:28:18 -0500 Subject: [PATCH] variable name --- ci/test_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index b77f4a61..fc8d9c59 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 -RAPIDS_VERSION="$(rapids-version)" +UCX_PY_VERSION="$(rapids-version)" rapids-dependency-file-generator \ --output conda \ @@ -52,7 +52,7 @@ PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python) rapids-mamba-retry install \ --channel "${PYTHON_CHANNEL}" \ - "ucx-py=${RAPIDS_VERSION}" + "ucx-py=${UCX_PY_VERSION}" rapids-logger "Run tests with conda package" run_tests