chore: replace lockfile auto-update with uv lock --check

This commit is contained in:
2026-06-18 20:29:43 +00:00
parent 1e4425bfd7
commit db30449b09
2 changed files with 3 additions and 63 deletions
+3
View File
@@ -21,6 +21,9 @@ jobs:
- name: Set up Python
run: uv python install 3.13
- name: Check lockfile is up to date
run: uv lock --check
- name: Install dependencies
run: uv sync --extra cpu