diff --git a/.woodpecker.yml b/.woodpecker.yml index 89b494c..c21ecad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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