From 9755432c9556bb65fcf91e85e1493931a6566f88 Mon Sep 17 00:00:00 2001 From: Douglas Raillard Date: Wed, 7 Feb 2024 15:16:20 +0000 Subject: [PATCH] .gitlab-ci.yml: Use init_env to install lisa for pages --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b0799fce..2b5d811df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -254,11 +254,9 @@ pages: cd "$worktree" sudo ./install_base.sh --install-doc-extras - make_venv - lisa_python -m pip install -r ./devmode_requirements.txt + source ./init_env audit - export LISA_HOME=$worktree export LC_ALL=C cd ./doc && sphinx-build -b html -n --no-color -W --keep-going -T -j auto . "$out/$branch" ) -- GitLab