Skip to content

Commit

Permalink
Update ucx-py version (#596)
Browse files Browse the repository at this point in the history
This PR updates the `ucx-py` version for `branch-22.06`.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Mark Sadang (https://github.com/msadang)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #596
  • Loading branch information
ajschmidt8 authored Mar 28, 2022
1 parent 8bb3833 commit a8d928f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export CMAKE_GENERATOR="Ninja"
export CONDA_BLD_DIR="${WORKSPACE}/.conda-bld"

# ucx-py version
export UCX_PY_VERSION='0.25.*'
export UCX_PY_VERSION='0.26.*'

################################################################################
# SETUP - Check environment
Expand Down
1 change: 1 addition & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ for FILE in conda/environments/*.yml; do
done

sed_runner "s/export UCX_PY_VERSION=.*/export UCX_PY_VERSION='${NEXT_UCX_PY_VERSION}'/g" ci/gpu/build.sh
sed_runner "s/export UCX_PY_VERSION=.*/export UCX_PY_VERSION='${NEXT_UCX_PY_VERSION}'/g" ci/cpu/build.sh

0 comments on commit a8d928f

Please sign in to comment.