Skip to content

Commit

Permalink
Update UCX-Py version in CI to 0.21.* (#636)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #636
  • Loading branch information
pentschev authored Jun 2, 2021
1 parent 89c6ef9 commit 236d5aa
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 @@ -56,7 +56,7 @@ conda list --show-channel-urls
# indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
gpuci_conda_retry install "cudatoolkit=$CUDA_REL" \
"cudf=${MINOR_VERSION}" "dask-cudf=${MINOR_VERSION}" \
"ucx-py=$MINOR_VERSION.*" "ucx-proc=*=gpu" \
"ucx-py=0.21.*" "ucx-proc=*=gpu" \
"rapids-build-env=$MINOR_VERSION.*"

# Pin pytest-asyncio because latest versions modify the default asyncio
Expand Down

0 comments on commit 236d5aa

Please sign in to comment.