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

Skip to content
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 3e16a3b

Browse files
committed
Move setting default conda yes to top
1 parent 5526ebb commit 3e16a3b

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