From 3f9ce2172381d65a0a5132d7530a1bad1ec2fec3 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 18 Feb 2025 16:22:30 -0600 Subject: [PATCH] no strict priority --- ci/build_docs.sh | 2 +- ci/build_python.sh | 1 + ci/test_python_common.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index defa856c..8581706f 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -31,7 +31,7 @@ rapids-print-env # Evaluate conda channels in order, and prefer the first one found per-package. # (this ensures that the 'legate-boost' built in CI is used, instead of one hosted on the 'legate' channel) -conda config --set channel_priority strict +#conda config --set channel_priority strict # Install legate-boost conda package built in the previous CI job rapids-mamba-retry install \ diff --git a/ci/build_python.sh b/ci/build_python.sh index 02d6a9d7..c01135bd 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -10,6 +10,7 @@ CMAKE_GENERATOR=Ninja \ CONDA_OVERRIDE_CUDA="${RAPIDS_CUDA_VERSION}" \ LEGATEBOOST_PACKAGE_VERSION=$(head -1 ./VERSION) \ rapids-conda-retry mambabuild \ + --override-channels \ --channel legate \ --channel legate/label/branch-25.01 \ --channel legate/label/experimental \ diff --git a/ci/test_python_common.sh b/ci/test_python_common.sh index a2008f4c..2358de97 100644 --- a/ci/test_python_common.sh +++ b/ci/test_python_common.sh @@ -38,7 +38,7 @@ rapids-print-env # Evaluate conda channels in order, and prefer the first one found per-package. # (this ensures that the 'legate-boost' built in CI is used, instead of one hosted on the 'legate' channel) -conda config --set channel_priority strict +# conda config --set channel_priority strict # Install legate-boost conda package built in the previous CI job rapids-mamba-retry install \