E5F4 Move setting default conda yes to top · matplotlib/matplotlib@e463697 · GitHub
[go: up one dir, main page]

Skip to content

Commit e463697

Browse files
committed
Move setting default conda yes to top
1 parent aab14ef commit e463697

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ 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
68+
- conda config --set always_yes true
69+
- conda update --all
70+
- conda install anaconda-client=1.6.3
7071
# for msinttypes and newer stuff
7172
- conda config --prepend channels conda-forge
7273
- conda config --set show_channel_urls yes
73-
- conda config --set always_yes true
7474
# For building conda packages
75-
- conda install --yes conda-build jinja2 obvious-ci
75+
- conda install conda-build jinja2 obvious-ci
7676
# this is now the downloaded conda...
7777
- conda info -a
7878

0 commit comments

Comments
 (0)
0