Change image to debian
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Harrison Deng 2023-04-06 09:51:29 -05:00
parent 1e508eeace
commit 1eebfd9717

View File

@ -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