mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-28 04:37:47 +02:00
Install python the the CI setup
This commit is contained in:
@@ -5,6 +5,10 @@ job-build-docker-latest:
|
|||||||
services:
|
services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
script:
|
script:
|
||||||
|
- apk add python3
|
||||||
|
- apk add py3-pip
|
||||||
|
- pip --version
|
||||||
|
- python --version
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install -r requirement-build.txt
|
- python -m pip install -r requirement-build.txt
|
||||||
- python main.py
|
- python main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user