[ci] perhaps uv can update/install its own venv by itself?
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:11:47 +01:00
parent f987274222
commit 6a5d798236

View file

@ -24,5 +24,4 @@ steps:
- name: Run Tests
image: docker.io/astral/uv:python${PYTHON_VERSION}-trixie-slim
commands:
- uv install
- uv run pytest tests.py