[ci] perhaps we cannot use :latest AND a specific python version
Some checks failed
ci/woodpecker/push/workflow/1 Pipeline failed
ci/woodpecker/push/workflow/2 Pipeline failed

This commit is contained in:
bronsen 2025-12-05 17:49:55 +01:00
parent 686e3e8a6f
commit 18c3af8939

View file

@ -22,7 +22,7 @@ steps:
- markdownlint-cli2 . - markdownlint-cli2 .
- name: Run Tests - 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: commands:
- uv install - uv install
- uv run pytest tests.py - uv run pytest tests.py