This commit is contained in:
parent
7503e6f94c
commit
c740a96d35
|
@ -1,10 +1,10 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
build-image:
|
run-tests:
|
||||||
image: python:3.12-slim
|
image: python:3.12-slim
|
||||||
commands:
|
commands:
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
|
- 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 -e .
|
||||||
- uv pip install --python /usr/local/bin/python3 pytest
|
- uv pip install --python /usr/local/bin/python3 pytest
|
||||||
- pytest ./tests/test_user.py
|
- pytest ./test/test_user.py
|
||||||
- pytest ./tests/test_data.py
|
- pytest ./test/test_data.py
|
||||||
|
|
Loading…
Reference in a new issue