From b8285ebd0eb41529dac58673a750d9fd60fdab3a 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 3f02c797..19e3e819 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -394,6 +394,7 @@ plugin_fetchsrclibs: python3-cffi python3-cryptography python3-pip + python3-pil python3-venv - python3 -m venv --system-site-packages env - . env/bin/activate