From 606d8547b274da943056097fca40209baf0f0940 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 1 Jun 2021 16:59:04 -0500 Subject: [PATCH] Add nightly version for ucx-py in ci script (#8419) `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: https://github.com/rapidsai/cudf/pull/8419 --- ci/gpu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index e1ddfa1cc56..d88fe837103 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -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