From f9872742225ab3c23e43d91a252f6211361355ee Mon Sep 17 00:00:00 2001 From: bronsen Date: Fri, 5 Dec 2025 18:09:07 +0100 Subject: [PATCH] [ci] perhaps it's in this orga? --- .woodpecker/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 8dfb6e3..30f63a2 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -22,7 +22,7 @@ steps: - markdownlint-cli2 . - name: Run Tests - image: docker.io/astral-uv/uv:python${PYTHON_VERSION}-trixie-slim + image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim commands: - uv install - uv run pytest tests.py