8000 Merge pull request #9197 from dstansby/appveyor · matplotlib/matplotlib@3d3ede8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d3ede8

Browse files
authored
Merge pull request #9197 from dstansby/appveyor
CI: Tweak conda installation on appveyor
2 parents e66b5d8 + b175cf7 commit 3d3ede8

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)
0