grammar-inference-engine/.woodpecker.yml
tobjend 6191427983
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix pipeline: editable install; add CI badge to README
2026-07-01 13:19:11 +02:00

9 lines
194 B
YAML

when:
- event: [push, pull_request, manual]
steps:
test:
image: python:3.11-slim
commands:
- pip install --no-cache-dir --editable . pytest
- python -m pytest tests/ -v