From af49a272075300a9b716c7fe9b5ea0ab57487745 Mon Sep 17 00:00:00 2001 From: Davide Ricci <davide.ricci@inaf.it> Date: Thu, 19 Jun 2025 08:21:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be57d89..d72e557 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ pages: - git-run-ia2 before_script: - pip install --upgrade pip - - pip install setuptools gnuplotlib + - pip install setuptools gnuplotlib pyvantagepro # Install project so Sphinx can import it - pip install -e . # Install doc dependencies -- GitLab