[ci] try uv again from a different docker registry
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 18:08:19 +01:00
parent b4b5cdcc10
commit 0ca9cabd0d

View file

@ -22,9 +22,7 @@ steps:
- markdownlint-cli2 . - markdownlint-cli2 .
- name: Run Tests - name: Run Tests
image: python:${PYTHON_VERSION}-slim image: docker.io/astral-uv/uv:python${PYTHON_VERSION}-trixie-slim
commands: commands:
- python -m venv venv - uv install
- . venv/bin/activate - uv run pytest tests.py
- python -m pip install --disable-pip-version-check --no-input --quiet -r requirements.txt -r requirements.dev.txt
- python -m pytest tests.py