Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17868e4

Browse files
committed
Appveyor: autoinstall miktex packages
1 parent 80a5122 commit 17868e4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ test_script:
109109
- cmd: '"%DUMPBIN%" /DEPENDENTS lib\\matplotlib\\_png*.pyd | findstr png.*.dll && exit /b 1 || exit /b 0'
110110

111111
# this are optional dependencies so that we don't skip so many tests...
112-
- cmd: conda install -q pillow #miktex
112+
- cmd: conda install -q pillow miktex
113+
# autoinstall latex packages (0=no, 1=autoinstall, 2=ask)
114+
# this adds this to the registry!
115+
- cmd: initexmf --set-config-value "[MPM]AutoInstall=1"
113116
# missing packages on conda-forge for ffmpeg avconv mencoder imagemagick inkscape
114117
- cmd: conda install -q -c menpo ffmpeg # a repackaged version
115118
# This install sometimes failed randomly :-(

0 commit comments

Comments
 (0)