mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Call python 3 version
This commit is contained in:
+4
-4
@@ -8,7 +8,7 @@ job-build-docker-latest:
|
||||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- pip --version
|
||||
- python --version
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirement-build.txt
|
||||
- python main.py
|
||||
- python3 --version
|
||||
- python3 -m pip install --upgrade pip
|
||||
- python3 -m pip install -r requirement-build.txt
|
||||
- python3 main.py
|
||||
|
||||
Reference in New Issue
Block a user