This commit is contained in:
parent
1e508eeace
commit
1eebfd9717
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user