Skip to content

Commit cf24e05

Browse files
authored
Merge pull request #6744 from janschulz/miktex-workaround
Add workaround for failures due to newer miktex
2 parents d498f56 + 9ff8535 commit cf24e05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ test_script:
116116
- cmd: '"%DUMPBIN%" /DEPENDENTS lib\\matplotlib\\_png*.pyd | findstr png.*.dll && exit /b 1 || exit /b 0'
117117

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

0 commit comments

Comments
 (0)