From e4dfe6862dd7d19b23ea170e17e99f563573ee0d Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 17:46:01 +0200 Subject: [PATCH] 2 --- .woodpecker/build.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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