grammar-inference-engine/.woodpecker.yml
tobjend 701c5649c7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
use pre-built dervish-ci image with pytest; no pip install in pipeline
2026-07-01 13:20:56 +02:00

10 lines
202 B
YAML

when:
- event: [push, pull_request, manual]
steps:
test:
image: forgejo.corentic.eu/tobi/dervish-ci:latest
environment:
PYTHONPATH: .
commands:
- python -m pytest tests/ -v