requirements in ci pages pipeline

main
gwen 3 years ago
parent b8d25b1fbc
commit 0ee308d29e

@ -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:

Loading…
Cancel
Save