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.
2 parents e66b5d8 + b175cf7 commit 3d3ede8Copy full SHA for 3d3ede8
.appveyor.yml
@@ -62,7 +62,9 @@ install:
62
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
63
- set PYTHONUNBUFFERED=1
64
# for obvci_appveyor_python_build_env.cmd
65
- - conda install -c conda-forge --yes --quiet obvious-ci
+ - conda update --all --yes
66
+ - conda install anaconda-client=1.6.3 --yes
67
+ - conda install -c conda-forge --yes obvious-ci
68
# for msinttypes and newer stuff
69
- conda config --prepend channels conda-forge
70
- conda config --set show_channel_urls yes
0 commit comments