Skip to content

Commit

Permalink
chore: fix wheel name generation
Browse files Browse the repository at this point in the history
We want a name like:

`dask_cuda_wheel_python_dask_cuda_py312_x86_64.tar.gz`

from these environment variables
  • Loading branch information
gforsyth committed Dec 16, 2024
1 parent 4afa054 commit 4ab1ed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

set -eou pipefail

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="dask_cuda-${RAPIDS_PY_CUDA_SUFFIX}" RAPIDS_PY_WHEEL_PURE="1" rapids-download-wheels-from-s3 ./dist
RAPIDS_PY_VERSION="312" RAPIDS_PY_WHEEL_NAME="dask-cuda" rapids-download-wheels-from-s3 ./dist

# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/dask_cuda*.whl)[test]
Expand Down

0 comments on commit 4ab1ed0

Please sign in to comment.