Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ test_script:
- cmd: '"%DUMPBIN%" /DEPENDENTS lib\\matplotlib\\_png*.pyd | findstr png.*.dll && exit /b 1 || exit /b 0'

# this are optional dependencies so that we don't skip so many tests...
- cmd: conda install -q pillow miktex
# WORKAROUND: set miktex to the old version until I figured out whats wrong here...
- cmd: conda install -q pillow miktex=2.9.5857
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
# this adds this to the registry!
- cmd: initexmf --set-config-value "[MPM]AutoInstall=1"
Expand Down