This commit is contained in:
parent
1e508eeace
commit
1eebfd9717
@ -1,8 +1,11 @@
|
|||||||
# .woodpecker.yml
|
# .woodpecker.yml
|
||||||
pipeline:
|
pipeline:
|
||||||
install:
|
install:
|
||||||
image: python
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install python3
|
||||||
|
- apt-get install python3-pip
|
||||||
- pip install build
|
- pip install build
|
||||||
- pip install pytest
|
- pip install pytest
|
||||||
- pip install setuptools
|
- pip install setuptools
|
||||||
|
Loading…
Reference in New Issue
Block a user