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 3e16a3b commit 45b404dCopy full SHA for 45b404d
.appveyor.yml
@@ -66,13 +66,12 @@ install:
66
- set PYTHONUNBUFFERED=1
67
# for obvci_appveyor_python_build_env.cmd
68
- conda config --set always_yes true
69
+ - conda config --set show_channel_urls yes
70
- conda update --all
- - conda install anaconda-client=1.6.3
71
# for msinttypes and newer stuff
72
- conda config --prepend channels conda-forge
73
- - conda config --set show_channel_urls yes
74
# For building conda packages
75
- - conda install conda-build jinja2 obvious-ci
+ - conda install conda-build jinja2 obvious-ci anaconda-client
76
# this is now the downloaded conda...
77
- conda info -a
78
0 commit comments