Compare commits

...

2 Commits

Author SHA1 Message Date
8a46b106ff Merge branch 'develop' of https://git.reslate.systems/ydeng/renamebycsv into develop
Some checks failed
ydeng/renamebycsv/pipeline/head There was a failure building this commit
2023-04-08 05:36:16 -05:00
1eebfd9717 Change image to debian
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-06 09:51:29 -05:00

View File

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