Compare commits
2 Commits
master
...
8a46b106ff
Author | SHA1 | Date | |
---|---|---|---|
8a46b106ff | |||
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
|
||||
|
Reference in New Issue
Block a user