diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 82e7a90..762bda4 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -23,7 +23,7 @@ steps: - pwd - which python - python -c "import sys;print(sys.path)" - - python -m pytest -s test/basic.py + - pytest -s test/basic.py build: image: ghcr.io/astral-sh/uv:alpine commands: