papis-extract/.woodpecker/test.yml

11 lines
255 B
YAML

when:
- event: push
steps:
pytest:
image: ghcr.io/astral-sh/uv:python3.11-trixie-slim
commands:
- uv sync --locked
- python --version && uv --version
- echo "------------- running pytest -------------"
- uv run pytest