Fix path
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2024-06-11 18:59:54 +02:00
parent 7503e6f94c
commit c740a96d35

View file

@ -1,10 +1,10 @@
pipeline:
build-image:
run-tests:
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
- pytest ./test/test_user.py
- pytest ./test/test_data.py