Skip to content

Commit 8375b6f

Browse files
committed
Add warning suppressor
1 parent 773234c commit 8375b6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/jenkins/anaconda.sh

+4
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ conda activate base
307307
set -u
308308
conda env list
309309
log "ACTIVATED ENVIRONMENT: INSTALL."
310+
# Suppress a warning about default channel:
311+
conda config --add channels defaults
312+
log "UPDATING CONDA: MINICONDA-BUILD"
313+
conda update --quiet --yes conda
310314
print
311315

312316
# Install the new package into the install environment!

0 commit comments

Comments
 (0)