Skip to content

Commit 5ec47d9

Browse files
committed
Skip conda update
1 parent ebf21bc commit 5ec47d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/auto-test/anaconda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ do-activate()
279279
source $PY/etc/profile.d/conda.sh
280280
conda activate base
281281
# conda env list
282-
log "ACTIVATED ENVIRONMENT: $PY"
283282
# Suppress a warning about default channel:
284283
conda config --add channels defaults
285284
log "CONDA UPDATING: $PY ..."
286-
conda update --quiet --yes --solver classic conda
285+
# conda update --quiet --yes --solver classic conda
286+
log SKIP
287287
log "CONDA UPDATE: OK: $PY"
288288
set -eu
289289
print

0 commit comments

Comments
 (0)