Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install package non-interactively on CI
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 5 Jun 2023 15:36:14 +0000 (17:36 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 5 Jun 2023 15:36:14 +0000 (17:36 +0200)
.gitlab-ci.yml

index efb1950..89000b0 100644 (file)
@@ -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