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 cbd2a31 commit eb55f5fCopy full SHA for eb55f5f
.appveyor.yml
@@ -52,8 +52,8 @@ platform:
52
build: false
53
54
cache:
55
- #- '%LOCALAPPDATA%\pip\Cache'
56
- #- '%USERPROFILE%\.cache\matplotlib'
+ - '%LOCALAPPDATA%\pip\Cache'
+ - '%USERPROFILE%\.cache\matplotlib'
57
58
init:
59
- echo %PYTHON_VERSION% %CONDA_INSTALL_LOCN%
@@ -62,8 +62,8 @@ 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 clean --all --yes
66
- conda update --all --yes
+ - conda clean --all --yes
67
- conda install -c conda-forge --yes --quiet obvious-ci
68
# for msinttypes and newer stuff
69
- conda config --prepend channels conda-forge
0 commit comments