Skip to content

Commit

Permalink
Add nightly version for ucx-py in ci script (#8419)
Browse files Browse the repository at this point in the history
`ucx-py` recently reverted back to old versioning format from calVer. This PR hard-codes the nightly version.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Dillon Cullinan (https://github.com/dillon-cullinan)
  - https://github.com/jakirkham
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #8419
  • Loading branch information
galipremsagar authored Jun 1, 2021
1 parent 24f8bd9 commit 606d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gpuci_conda_retry install -y \
"rapids-notebook-env=$MINOR_VERSION.*" \
"dask-cuda=${MINOR_VERSION}" \
"rmm=$MINOR_VERSION.*" \
"ucx-py=${MINOR_VERSION}"
"ucx-py=0.21.*"

# https://docs.rapids.ai/maintainers/depmgmt/
# gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env
Expand Down

0 comments on commit 606d854

Please sign in to comment.