Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebd3a72

Browse files
committed
Merge pull request #9197 from dstansby/appveyor
CI: Tweak conda installation on appveyor
1 parent 63e2810 commit ebd3a72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ install:
6262
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
6363
- set PYTHONUNBUFFERED=1
6464
# for obvci_appveyor_python_build_env.cmd
65-
- conda install -c conda-forge --yes --quiet obvious-ci
65+
- conda update --all --yes
66+
- conda install anaconda-client=1.6.3 --yes
67+
- conda install -c conda-forge --yes obvious-ci
6668
# for msinttypes and newer stuff
6769
- conda config --prepend channels conda-forge
6870
- conda config --set show_channel_urls yes

0 commit comments

Comments
 (0)