Install python3
This commit is contained in:
parent
27339728cf
commit
c0de838ed9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue