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