From 0ee308d29e49585b6a7a3033a3f19855c39a7aa0 Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 14 Aug 2023 11:47:56 +0200 Subject: [PATCH] requirements in ci pages pipeline --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a831dc2..74fad3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ before_script: - apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python - python3 -m ensurepip - pip3 install --no-cache --upgrade pip setuptools - - pip3 install sphinx + #- pip3 install sphinx + - pip3 install -r requirements.txt - apk --no-cache add make - apk --no-cache add py-pygments pages: