From 08c68cbe127e6680e4f707a83e9d6c163b537e97 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 11 Apr 2024 07:22:10 -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 a4ae2b872..b0298d2d1 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 a0ac89948..04c146e07 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