mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
Run ty only on Python 3.14 in test workflow
Agent-Logs-Url: https://github.com/simonw/sqlite-utils/sessions/ce063abd-6f45-4326-8baa-90c0966ebe18 Co-authored-by: simonw <9599+simonw@users.noreply.github.com>
This commit is contained in:
parent
d5485459c6
commit
ce17f6ca53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: run flake8
|
||||
run: flake8
|
||||
- name: run ty
|
||||
if: matrix.os != 'windows-latest'
|
||||
if: matrix.os != 'windows-latest' && matrix.python-version == '3.14'
|
||||
run: |
|
||||
pip install uv
|
||||
uv run ty check sqlite_utils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue