8000 Install anaconda-client with everything else · matplotlib/matplotlib@45b404d · GitHub
[go: up one dir, main page]

Skip to content

Commit 45b404d

Browse files
committed
Install anaconda-client with everything else
1 parent 3e16a3b commit 45b404d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ install:
6666
- set PYTHONUNBUFFERED=1
6767
# for obvci_appveyor_python_build_env.cmd
6868
- conda config --set always_yes true
69+
- conda config --set show_channel_urls yes
6970
- conda update --all
70-
- conda install anaconda-client=1.6.3
7171
# for msinttypes and newer stuff
7272
- conda config --prepend channels conda-forge
73-
- conda config --set show_channel_urls yes
7473
# For building conda packages
75-
- conda install conda-build jinja2 obvious-ci
74+
- conda install conda-build jinja2 obvious-ci anaconda-client
7675
# this is now the downloaded conda...
7776
- conda info -a
7877

0 commit comments

Comments
 (0)
0