diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 9ed9f0c..d55fca3 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -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: