Thanks to visit codestin.com Credit goes to github.com
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 63e2810 commit ebd3a72Copy full SHA for ebd3a72
.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