mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 13:34:10 +02:00
Skip running ty on Windows
This commit is contained in:
parent
636c6d744e
commit
26f5231cc1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
- name: run flake8
|
- name: run flake8
|
||||||
run: flake8
|
run: flake8
|
||||||
- name: run ty
|
- name: run ty
|
||||||
|
if: matrix.os != 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
pip install uv
|
pip install uv
|
||||||
uv run ty check sqlite_utils
|
uv run ty check sqlite_utils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue