From b1233a583739b02023186b2a129805eb6594a4d5 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 5 Jun 2023 17:36:14 +0200 Subject: [PATCH] Install package non-interactively on CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1