8000 Clean up .appveyor.yml · matplotlib/matplotlib@1584511 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1584511

Browse files
committed
Clean up .appveyor.yml
1 parent 8b85dfb commit 1584511

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@ install:
6565
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
6666
- set PYTHONUNBUFFERED=1
6767
# for obvci_appveyor_python_build_env.cmd
68-
- conda update --all --yes
69-
- conda install anaconda-client=1.6.3 --yes
70-
- conda install -c conda-forge --yes obvious-ci
68+
- conda config --set always_yes true
69+
- conda config --set show_channel_urls yes
70+
- conda update --all
7171
# for msinttypes and newer stuff
7272
- conda config --prepend channels conda-forge
73-
- conda config --set show_channel_urls yes
74-
- conda config --set always_yes true
7573
# For building conda packages
76-
- conda install --yes conda-build jinja2 anaconda-client
74+
- conda install conda-build jinja2 obvious-ci anaconda-client=1.6.3
7775
# this is now the downloaded conda...
7876
- conda info -a
7977

0 commit comments

Comments
 (0)
0