From 05563f66d37694eb1e7e90da9afb5b38d154a928 Mon Sep 17 00:00:00 2001
From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr>
Date: Tue, 16 Jan 2024 10:47:50 +0100
Subject: [PATCH] =?UTF-8?q?Ajout=20des=20biblioth=C3=A8ques=20=C3=A0=20t?=
 =?UTF-8?q?=C3=A9l=C3=A9charger=20avant=20ex=C3=A9cution.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f804f04..557072f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ build-dois-csv:
   script:
     - pip install pandas
     - pip install requests
+    - pip install matplotlib
     - python run-all-codes.py
     - 'standard-version --releaseCommitMessageFormat "chore(release): {{currentTag}}"'
     - git remote set-url --push origin git@gricad-gitlab:$CI_PROJECT_PATH
-- 
GitLab