Cleanup
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-25 03:24:46 +02:00
parent 5fb9b992fa
commit 9498ae680c
2 changed files with 0 additions and 10 deletions

View file

@ -5,7 +5,6 @@ when:
- event: tag
steps:
sync:
image: ghcr.io/astral-sh/uv:python3.13-alpine
volumes:
@ -17,7 +16,6 @@ steps:
- uv sync
test:
#image: ghcr.io/astral-sh/uv:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- .venv/bin/pytest -s tests/basic.py