install uv first

This commit is contained in:
Simon Willison 2026-08-13 16:39:38 -07:00
commit d7b39f7393

View file

@ -55,6 +55,7 @@ jobs:
uv run ty check sqlite_utils
- name: Check no accidental dev= dependencies needed
run: |
pip install uv
uv run --no-default-groups sqlite-utils --help
- name: Check formatting
run: black . --check