Install python3

This commit is contained in:
blank X 2021-07-16 19:54:27 +07:00
parent 27339728cf
commit c0de838ed9
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: ubuntu:20.04
pages:
stage: deploy
script:
- python3 -m pip install -r requirements.txt && cd public/sbbs && python3 ../../gensbbsrss.py
- sudo apt-get update && DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommendspython3 python3-pip && python3 -m pip install -r requirements.txt && cd public/sbbs && python3 ../../gensbbsrss.py
artifacts:
paths:
- public