mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-20 07:24:23 +02:00
Try --python which python
https://docs.astral.sh/ty/modules/#third-party-modules
This commit is contained in:
parent
276c9f7f6b
commit
85cb56e194
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
|
- name: run flake8
|
||||||
run: flake8
|
run: flake8
|
||||||
- name: run ty
|
- name: run ty
|
||||||
run: python -m ty check sqlite_utils
|
run: ty check sqlite_utils --python "$(which python)"
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: black . --check
|
run: black . --check
|
||||||
- name: Check if cog needs to be run
|
- name: Check if cog needs to be run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue