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

This commit is contained in:
Harrison Deng 2023-04-08 05:36:16 -05:00
commit 8a46b106ff

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