Skip to content

Commit 636c6d7

Browse files
committed
Try running ty with uv
1 parent 85cb56e commit 636c6d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: run flake8
4747
run: flake8
4848
- name: run ty
49-
run: ty check sqlite_utils --python "$(which python)"
49+
run: |
50+
pip install uv
51+
uv run ty check sqlite_utils
5052
- name: Check formatting
5153
run: black . --check
5254
- name: Check if cog needs to be run

0 commit comments

Comments
 (0)