Thanks to visit codestin.com Credit goes to github.com
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 80a5122 commit 17868e4Copy full SHA for 17868e4
1 file changed
appveyor.yml
@@ -109,7 +109,10 @@ test_script:
109
- cmd: '"%DUMPBIN%" /DEPENDENTS lib\\matplotlib\\_png*.pyd | findstr png.*.dll && exit /b 1 || exit /b 0'
110
111
# this are optional dependencies so that we don't skip so many tests...
112
- - cmd: conda install -q pillow #miktex
+ - 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"
116
# missing packages on conda-forge for ffmpeg avconv mencoder imagemagick inkscape
117
- cmd: conda install -q -c menpo ffmpeg # a repackaged version
118
# This install sometimes failed randomly :-(
0 commit comments