chore: unify packaging around uv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user