Skip to content

Commit 276c9f7

Browse files
committed
Try to get ty to run in the correct environment
1 parent 8acbfd2 commit 276c9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: run flake8
4747
run: flake8
4848
- name: run ty
49-
run: ty check sqlite_utils
49+
run: python -m ty check sqlite_utils
5050
- name: Check formatting
5151
run: black . --check
5252
- name: Check if cog needs to be run

0 commit comments

Comments
 (0)