hellocomputer/.woodpecker.yml
Guillem Borrell 7503e6f94c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Run something useful for woodpecker
2024-06-11 18:58:56 +02:00

11 lines
371 B
YAML

pipeline:
build-image:
image: python:3.12-slim
commands:
- pip install uv
- uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
- uv pip install --python /usr/local/bin/python3 -e .
- uv pip install --python /usr/local/bin/python3 pytest
- pytest ./tests/test_user.py
- pytest ./tests/test_data.py