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 d498f56 + 9ff8535 commit cf24e05Copy full SHA for cf24e05
appveyor.yml
@@ -116,7 +116,8 @@ test_script:
116
- cmd: '"%DUMPBIN%" /DEPENDENTS lib\\matplotlib\\_png*.pyd | findstr png.*.dll && exit /b 1 || exit /b 0'
117
118
# this are optional dependencies so that we don't skip so many tests...
119
- - cmd: conda install -q pillow miktex
+ # WORKAROUND: set miktex to the old version until I figured out whats wrong here...
120
+ - cmd: conda install -q pillow miktex=2.9.5857
121
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
122
# this adds this to the registry!
123
- cmd: initexmf --set-config-value "[MPM]AutoInstall=1"
0 commit comments