DEBUG: Show the channel priorities

This commit is contained in:
Abraham Gonzalez 2022-08-22 11:34:25 -07:00 committed by GitHub
parent 948b1994d3
commit 0ea49ef282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@ set -o pipefail
"${DRY_RUN_ECHO[@]}" $SUDO "$CONDA_EXE" config --system --set auto_update_conda false
# automatically use the ucb-bar channel for specific packages https://anaconda.org/ucb-bar/repo
"${DRY_RUN_ECHO[@]}" $SUDO "$CONDA_EXE" config --system --add channels ucb-bar
# DEBUG:
"${DRY_RUN_ECHO[@]}" $SUDO "$CONDA_EXE" config --show channels
# conda-build is a special case and must always be installed into the base environment
$SUDO "$CONDA_EXE" install $DRY_RUN_OPTION -y -n base conda-build