From 8d0f23077ef711b135e23eb179fa309f4c8c5841 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 12 Jan 2024 10:15:18 -0500 Subject: [PATCH] Remove usages of rapids-env-update Reference: https://github.com/rapidsai/ops/issues/2766 Replace rapids-env-update with rapids-configure-conda-channels, rapids-configure-sccache, and rapids-date-string. --- ci/build_python.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/build_python.sh b/ci/build_python.sh index 30a9a4fb..475da371 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -3,7 +3,11 @@ set -euo pipefail -source rapids-env-update +rapids-configure-conda-channels + +source rapids-configure-sccache + +source rapids-date-string CONDA_CONFIG_FILE="conda/recipes/versions.yaml"