From 6756f842e4aa1623192db8b6bb379e16265b6d6b 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f62e98c..41c5d045 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -393,6 +393,7 @@ plugin_fetchsrclibs: git python3-cffi python3-cryptography + python3-matplotlib python3-pip python3-pil python3-venv @@ -431,6 +432,7 @@ servergitmirrors: openssh-client openssl python3-cryptography + python3-matplotlib python3-cffi python3-pip python3-pil