From 415ab4f05b3f6fc14e6628bd551266c5465087f1 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Jun 2025 16:08:03 +0200 Subject: [PATCH] t --- .woodpecker/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: