From 139e22f2f888b289aa296b9028612544adc037b5 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sat, 21 Apr 2018 15:36:48 -0400 Subject: [PATCH] I don't make typos, no sir I don't --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b79ff9a..d0e5bf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -225,7 +225,7 @@ pkg:win64: - set MSSdk=1 - set PIL_INCLUDE_DIR=c:\devel\pillow\src\libImaging - c:\Python27\python.exe c:\devel\virtualenv\virtualenv.py ci_env - - ci_env\scripts\pip.exe install numpy Pillow==5.10 pyinstaller sphinx + - ci_env\scripts\pip.exe install numpy Pillow==5.1.0 pyinstaller sphinx - ci_env\Scripts\python.exe setup.py build - copy build-tools\overviewer.spec . - ci_env\Scripts\pyinstaller.exe overviewer.spec