Skip to content

Commit 65b5cb8

Browse files
committed
Use solver=classic
1 parent 100e62a commit 65b5cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/jenkins/anaconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ do-activate()
257257
# Suppress a warning about default channel:
258258
conda config --add channels defaults
259259
log "CONDA UPDATING: $PY ..."
260-
conda update --quiet --yes conda
260+
conda update --quiet --yes --solver classic conda
261261
log "CONDA UPDATE: OK: $PY"
262262
set -u
263263
print

0 commit comments

Comments
 (0)