8000 Install obvious-ci with rest of conda-forge stuff · matplotlib/matplotlib@4e158d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e158d0

Browse files
committed
Install obvious-ci with rest of conda-forge stuff
1 parent f34627d commit 4e158d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ install:
6767
# for obvci_appveyor_python_build_env.cmd
6868
- conda update --all --yes
6969
- conda install anaconda-client=1.6.3 --yes
70-
- conda install -c conda-forge --yes obvious-ci
7170
# for msinttypes and newer stuff
7271
- conda config --prepend channels conda-forge
7372
- conda config --set show_channel_urls yes
7473
- conda config --set always_yes true
7574
# For building conda packages
76-
- conda install --yes conda-build jinja2 anaconda-client
75+
- conda install --yes conda-build jinja2 anaconda-client obvious-ci
7776
# this is now the downloaded conda...
7877
- conda info -a
7978

0 commit comments

Comments
 (0)
0