From 9b135077d7e89016e97e37e10d92cf7142072df7 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 16 Nov 2021 14:52:08 +0100 Subject: [PATCH] [CI] install python3-matplotlib from apt --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afd9a524..c65e0fd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -317,6 +317,7 @@ plugin_fetchsrclibs: git python3-cffi python3-cryptography + python3-matplotlib python3-pip python3-pil python3-venv