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 e66b5d8 commit 31afe34Copy full SHA for 31afe34
.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 clean --all --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