Skip to content

Commit 85cb56e

Browse files
committed
1 parent 276c9f7 commit 85cb56e

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: python -m ty check sqlite_utils
49+
run: ty check sqlite_utils --python "$(which python)"
5050
- name: Check formatting
5151
run: black . --check
5252
- name: Check if cog needs to be run

0 commit comments

Comments
 (0)