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

This commit is contained in:
phil 2025-06-21 17:50:52 +02:00
parent 378e32346d
commit 9adc3f56dd

View file

@ -15,13 +15,10 @@ steps:
- uv sync
- ls -l .Avenv/bin
test:
environment:
PATH: .venv/bin:$PATH
#image: ghcr.io/astral-sh/uv:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- ls -l .venv/bin
- pytest -s test/basic.py
- python -m pytest -s test/basic.py
build:
image: ghcr.io/astral-sh/uv:alpine
commands: