2
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-21 16:40:11 +02:00
parent c82f55dbc0
commit 7a42215995

View file

@ -18,6 +18,9 @@ steps:
#image: ghcr.io/astral-sh/uv:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- pwd
- which python
- python -c "import sys;print(sys.path)"
- python -m pytest -s test/basic.py
build:
image: ghcr.io/astral-sh/uv:alpine