diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index c242fb8..524d36c 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -12,7 +12,8 @@ steps: - uv sync - ls -l test: - image: ghcr.io/astral-sh/uv:alpine + #image: ghcr.io/astral-sh/uv:alpine + image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - python -m pytest -s test/basic.py build: