Skip to content

Commit

Permalink
Fix CUDA version parsing for cuDF install
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jul 20, 2023
1 parent efc168e commit 376f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conda activate test
set -u

# Possible cuda versions 11, 12
CONDA_CUDA_VERSION=${RAPIDS_CUDA_VERSION%.*}
CONDA_CUDA_VERSION=$(echo ${RAPIDS_CUDA_VERSION} | cut -d. -f1)
rapids-logger "CONDA_VUDA_VERSION=${CONDA_CUDA_VERSION}"

# Don't change commit unless communicated.
Expand Down

0 comments on commit 376f62d

Please sign in to comment.