Skip to content

Commit 7a9e79f

Browse files
authored
Use strict priority in build_docs.sh
1 parent a6af708 commit 7a9e79f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/build_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set -euo pipefail
66
rapids-logger "Create test conda environment"
77
. /opt/conda/etc/profile.d/conda.sh
88

9+
rapids-logger "Configuring conda strict channel priority"
10+
conda config --set channel_priority strict
11+
912
RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"
1013

1114
rapids-dependency-file-generator \

0 commit comments

Comments
 (0)