From 01f111fbe2255aeadc3309403529425d3b103866 Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Thu, 15 May 2025 23:45:37 +0200
Subject: [PATCH] Edit .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e90b9b..348efd6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ tests:
         - docker
     script:
         - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
+        - pip3 install -e .
         - pip3 install -e .[test]
         - pytest-3
     coverage: '/^TOTAL.+?(\d+\%)$/'
@@ -23,6 +24,7 @@ doc:
         - export LC_ALL=$(locale -a | grep en_US)
         - export LANG=$(locale -a | grep en_US)
         - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
+        - pip3 install -e .
         - pip3 install -e .[doc]
         - rm -Rf build
         - python3 setup.py build_sphinx
-- 
GitLab