We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6af708 commit 7a9e79fCopy full SHA for 7a9e79f
ci/build_docs.sh
@@ -6,6 +6,9 @@ set -euo pipefail
6
rapids-logger "Create test conda environment"
7
. /opt/conda/etc/profile.d/conda.sh
8
9
+rapids-logger "Configuring conda strict channel priority"
10
+conda config --set channel_priority strict
11
+
12
RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"
13
14
rapids-dependency-file-generator \
0 commit comments