Fix Woodpecker CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-01-04 03:12:49 +01:00
parent 1bb87114c7
commit e79b7774af
Signed by: s3lph
GPG key ID: 8AC98A811E5BEFF5

View file

@ -2,7 +2,7 @@
pipeline: pipeline:
build: build:
image: python3 image: python:3.10
commands: commands:
- pip3 install -r requirements.txt - pip install -r requirements.txt
- ./build.py - ./build.py