8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34627d commit 4e158d0Copy full SHA for 4e158d0
.appveyor.yml
@@ -67,13 +67,12 @@ install:
67
# 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
71
# for msinttypes and newer stuff
72
- conda config --prepend channels conda-forge
73
- conda config --set show_channel_urls yes
74
- conda config --set always_yes true
75
# For building conda packages
76
- - conda install --yes conda-build jinja2 anaconda-client
+ - conda install --yes conda-build jinja2 anaconda-client obvious-ci
77
# this is now the downloaded conda...
78
- conda info -a
79
0 commit comments