Skip to content

Commit

Permalink
no strict priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 18, 2025
1 parent d5a3e0c commit 3f9ce21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ci/test_python_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3f9ce21

Please sign in to comment.