Only run uv smoke test on Ubuntu

Refs https://github.com/simonw/sqlite-utils/pull/843#issuecomment-5287666426
This commit is contained in:
Simon Willison 2026-08-13 16:46:31 -07:00
commit bcf8b564ee

View file

@ -54,6 +54,7 @@ jobs:
pip install uv
uv run ty check sqlite_utils
- name: Check no accidental dev= dependencies needed
if: matrix.os == 'ubuntu-latest'
run: |
pip install uv
uv run --no-default-groups sqlite-utils --help