From 85860df1314ee94f34219fb86e1bee0e3defa5ca Mon Sep 17 00:00:00 2001 From: Davide Ricci Date: Thu, 19 Jun 2025 08:16:06 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96c81d2..535d296 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,6 +134,7 @@ pages: - git-run-ia2 before_script: - pip install --upgrade pip + - pip install setuptools # Install project so Sphinx can import it - pip install -e . # Install doc dependencies -- GitLab