diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 3f61e42..ad7ebed 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -13,15 +13,12 @@ steps: UV_LINK_MODE: copy commands: - uv sync - - ls -l .venv + - ls -l .venv/bin test: #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)" - - ls -l /usr/local/bin + - ls -l .venv/bin - pytest -s test/basic.py build: image: ghcr.io/astral-sh/uv:alpine