We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cb56e commit 636c6d7Copy full SHA for 636c6d7
1 file changed
.github/workflows/test.yml
@@ -46,7 +46,9 @@ jobs:
46
- name: run flake8
47
run: flake8
48
- name: run ty
49
- run: ty check sqlite_utils --python "$(which python)"
+ run: |
50
+ pip install uv
51
+ uv run ty check sqlite_utils
52
- name: Check formatting
53
run: black . --check
54
- name: Check if cog needs to be run
0 commit comments