Skip to content

Commit 26f5231

Browse files
committed
Skip running ty on Windows
1 parent 636c6d7 commit 26f5231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: run flake8
4747
run: flake8
4848
- name: run ty
49+
if: matrix.os != 'windows-latest'
4950
run: |
5051
pip install uv
5152
uv run ty check sqlite_utils

0 commit comments

Comments
 (0)