Update github workflows for uv

This commit is contained in:
2025-08-16 13:12:27 +01:00
parent c5be81b48e
commit f7b570d786
5 changed files with 153 additions and 10 deletions

View File

@@ -1,5 +1,10 @@
version: 3
tasks:
python:tests:
desc: Run Python tests
cmds:
- uv run --dev --group github pytest
python:lint:
desc: Lint Python files
cmds: