From 7c88e81050e551cd6f7761da2e64dea9f9cff86e Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 24 Oct 2024 12:00:31 -0500 Subject: [PATCH] Use conda strict channel priority. --- ci/build_conda.sh | 2 ++ ci/test_conda.sh | 2 ++ ci/test_patch.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ci/build_conda.sh b/ci/build_conda.sh index 146722c..946a95d 100755 --- a/ci/build_conda.sh +++ b/ci/build_conda.sh @@ -3,6 +3,8 @@ set -euo pipefail +conda config --set channel_priority strict + rapids-configure-conda-channels source rapids-configure-sccache diff --git a/ci/test_conda.sh b/ci/test_conda.sh index f6621f3..58cd571 100755 --- a/ci/test_conda.sh +++ b/ci/test_conda.sh @@ -5,6 +5,8 @@ set -euo pipefail . /opt/conda/etc/profile.d/conda.sh +conda config --set channel_priority strict + rapids-logger "Install testing dependencies" ENV_YAML_DIR="$(mktemp -d)" diff --git a/ci/test_patch.sh b/ci/test_patch.sh index f3b3f9d..090e6e7 100755 --- a/ci/test_patch.sh +++ b/ci/test_patch.sh @@ -5,6 +5,8 @@ set -euo pipefail . /opt/conda/etc/profile.d/conda.sh +conda config --set channel_priority strict + rapids-logger "Install testing dependencies" ENV_YAML_DIR="$(mktemp -d)"