This commit is contained in:
parent
1bb87114c7
commit
e79b7774af
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
pipeline:
|
||||
|
||||
build:
|
||||
image: python3
|
||||
image: python:3.10
|
||||
commands:
|
||||
- pip3 install -r requirements.txt
|
||||
- pip install -r requirements.txt
|
||||
- ./build.py
|
||||
|
|
Loading…
Reference in a new issue