From 18c3af89396182a7f7e99bad32896c462aa9f9b5 Mon Sep 17 00:00:00 2001 From: bronsen Date: Fri, 5 Dec 2025 17:49:55 +0100 Subject: [PATCH] [ci] perhaps we cannot use :latest AND a specific python version --- .woodpecker/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 6a66198..7738ff9 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -22,7 +22,7 @@ steps: - markdownlint-cli2 . - name: Run Tests - image: ghcr.io/astral-uv/uv:latest-python${PYTHON_VERSION}-trixie-slim + image: ghcr.io/astral-uv/uv:python${PYTHON_VERSION}-trixie-slim commands: - uv install - uv run pytest tests.py