diff --git a/.woodpecker.yml b/.woodpecker.yml index 49b377c..0e49606 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,11 @@ # .woodpecker.yml pipeline: install: - image: python + image: debian commands: + - apt-get update + - apt-get install python3 + - apt-get install python3-pip - pip install build - pip install pytest - pip install setuptools