chore: unify packaging around uv

This commit is contained in:
Hadrian Burkhardt
2026-04-30 23:59:56 +00:00
parent b0fc264cb2
commit bfe72b4f77
17 changed files with 43 additions and 1310 deletions
+3
View File
@@ -9,6 +9,9 @@ jobs:
- image: cimg/python:3.13
steps:
- checkout
- run:
name: Install uv
command: python -m pip install uv
- run:
name: Install Dependencies
command: make dependencies