From 121eba2bd1e3057fface6c2116db2fe2465b7dbc Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 28 Mar 2022 17:55:03 -0400 Subject: [PATCH 1/2] update ucx version --- ci/cpu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cpu/build.sh b/ci/cpu/build.sh index 71228cb846..6ad788d017 100755 --- a/ci/cpu/build.sh +++ b/ci/cpu/build.sh @@ -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 From 984374003f36f3af71fd4c7fc18902f0590ee1ae Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 28 Mar 2022 17:55:20 -0400 Subject: [PATCH 2/2] add ci/cpu/build.sh to update-versions.sh --- ci/release/update-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/update-version.sh b/ci/release/update-version.sh index 166698110f..f22e883843 100755 --- a/ci/release/update-version.sh +++ b/ci/release/update-version.sh @@ -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