From ec129e1ac9821ba2d2c252b44e011464fa1b46e5 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 11 Apr 2024 07:21:53 -0500 Subject: [PATCH] rm (stable) rapidsai channel --- ci/build_cpp.sh | 1 + ci/build_python.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index eac581ccef..5b113f381a 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -4,6 +4,7 @@ set -euo pipefail rapids-configure-conda-channels +conda config --system --remove channels rapidsai source rapids-configure-sccache diff --git a/ci/build_python.sh b/ci/build_python.sh index fcf0f7fe26..4596e135f4 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -4,6 +4,7 @@ set -euo pipefail rapids-configure-conda-channels +conda config --system --remove channels rapidsai source rapids-configure-sccache