From 952b3780fb948742a094329e416a23bcc798ba2f Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Tue, 13 May 2025 11:27:11 +0200
Subject: [PATCH] Edit .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c353e73..51b9c0de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,6 @@ tests:
     script:
         - export LC_ALL=$(locale -a | grep en_US)
         - export LANG=$(locale -a | grep en_US)
-        - python -m pip3 install flake8 pytest pytest-cov
         - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
         - pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
         - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
@@ -28,7 +27,6 @@ doc:
     script:
         - export LC_ALL=$(locale -a | grep en_US)
         - export LANG=$(locale -a | grep en_US)
-        - python -m pip3 install flake8 
         - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
         - pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
         - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
@@ -53,7 +51,6 @@ pages:
     script:
         - export LC_ALL=$(locale -a | grep en_US)
         - export LANG=$(locale -a | grep en_US)
-        - python -m pip3 install flake8 
         - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
         - pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
         - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
-- 
GitLab