diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index afb62ed..0e4e82f 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -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