From: Martin Quinson Date: Mon, 5 Jun 2023 15:36:14 +0000 (+0200) Subject: Install package non-interactively on CI X-Git-Tag: v3.34~55 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b1233a583739b02023186b2a129805eb6594a4d5 Install package non-interactively on CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efb19500f7..89000b0400 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ pip: pages: stage: deploy script: - - apt install python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-sphinx-copybutton python3-sphinx-tabs + - apt install -y python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-sphinx-copybutton python3-sphinx-tabs # - pip3 install --requirement docs/requirements.txt # Forbidden in Debian:12 - cd docs - LC_ALL=C.UTF-8 ./Build.sh