From 9ff85356bb11c3337c9e12e5db5f6a5255db36f5 Mon Sep 17 00:00:00 2001 From: Jan Schulz Date: Fri, 15 Jul 2016 15:03:34 +0200 Subject: [PATCH] Add workaround for failures due to newer miktex --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5201af8524f0..2bd0b18c4ac8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"