From 55d266f768f1336008ad88bbd6b985a54acc0052 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Tue, 13 May 2025 18:04:27 +0200 Subject: [PATCH] Edit .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 232cc0f..5631f1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,10 +125,10 @@ ubuntu:i686: # doc template .doc: &doc - script: - - pip3 install setuptools sphinx - - pip install matplotlib numpy scipy six coverage pytest pytest-cov + before_script: + - pip3 install sphinx sphinxcontrib-bibtex - pip3 install -e . --no-deps + script: - python3 setup.py build_sphinx - cp -r build/sphinx/html public artifacts: @@ -139,7 +139,7 @@ ubuntu:i686: pages: <<: *doc # image: registry.lis-lab.fr:5005/dev/ltfatpy/ubuntu:X86_64 - image: python:3.9 + image: registry.lis-lab.fr:5005/dev/ltfatpy/python-ci:3.10 tags: - docker only: -- GitLab