From 53d559a913d2fbf69f06d5c049d1d96dc57fd9fa Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sat, 23 Oct 2021 14:33:06 +0200 Subject: [PATCH] [CI] Install python3-pil from apt New version would need to be compiled, otherwise. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b42fbe4e..afd9a524 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -318,6 +318,7 @@ plugin_fetchsrclibs: python3-cffi python3-cryptography python3-pip + python3-pil python3-venv - python3 -m venv --system-site-packages env - . env/bin/activate