Test that should fail

Refs https://github.com/simonw/sqlite-utils/issues/842#issuecomment-5287583061
This commit is contained in:
Simon Willison 2026-08-13 16:37:06 -07:00
commit c9d8a12a7e

View file

@ -53,6 +53,9 @@ jobs:
run: |
pip install uv
uv run ty check sqlite_utils
- name: Check no accidental dev= dependencies needed
run: |
uv run --no-default-groups sqlite-utils --help
- name: Check formatting
run: black . --check
- name: Check if cog needs to be run