From 3cdeab08ab72a5d546b1a75071236f9649b9bf0b Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sun, 16 Jan 2022 23:36:37 +0100 Subject: [PATCH] appveyor.yml: also install pil so that maybe pyinstaller picks it up --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bfb8c60..0ab5ad4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: - PYTHON: "C:\\Python37-x64" install: - - "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller" + - "%PYTHON%\\python.exe -m pip install tox wheel pyinstaller pil" build: off