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 5572869 commit 9c34260Copy full SHA for 9c34260
.appveyor.yml
@@ -96,7 +96,7 @@ install:
96
# https://github.com/matplotlib/matplotlib/issues/9176
97
- python -c "import sys; sys.exit(not (3,) < sys.version_info < (3,6,3))" && (
98
curl -sL https://github.com/python/cpython/pull/1224.patch |
99
- patch -fsup 1 -d %CONDA_PREFIX% ) || ( set errorlevel= )
+ patch -fsup 1 -d %CONDA_PREFIX% ) || cmd /c "exit /b 0"
100
101
# Let the install prefer the static builds of the libs
102
- set LIBRARY_LIB=%CONDA_PREFIX%\Library\lib
0 commit comments