Skip to content

Commit

Permalink
variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 10, 2024
1 parent a1517ee commit 3c97bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c97bb1

Please sign in to comment.