From e79b7774af2b08a096715f1abca26321b41b044e Mon Sep 17 00:00:00 2001 From: s3lph Date: Wed, 4 Jan 2023 03:12:49 +0100 Subject: [PATCH] Fix Woodpecker CI --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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