COSCUP-ap-demo/.woodpecker.yml

7 lines
114 B
YAML
Raw Normal View History

2023-06-08 05:22:00 +02:00
pipeline:
test:
image: fnndsc/python-poetry
commands:
- poetry install
- poetry run pytest -vvv