Convert dependency management to uv (#785)

This commit is contained in:
besendorf
2026-05-11 23:21:40 +02:00
committed by GitHub
parent c2b0b6db28
commit 436a0dc7c0
16 changed files with 1926 additions and 43 deletions
+7 -4
View File
@@ -14,13 +14,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: 3.9
cache: 'pip'
python-version: "3.10"
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Install Dependencies
run: |
pip install ruff
uv sync --locked --group dev
- name: ruff
run: |
make ruff