Skip running ty on Windows

This commit is contained in:
Simon Willison 2025-12-16 19:25:31 -08:00
commit 26f5231cc1

View file

@ -46,6 +46,7 @@ jobs:
- name: run flake8
run: flake8
- name: run ty
if: matrix.os != 'windows-latest'
run: |
pip install uv
uv run ty check sqlite_utils