Skip to content

Commit 0420c25

Browse files
committed
CI
1 parent 46b3784 commit 0420c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install dependencies
100100
run: uv pip install -r pyproject.toml --group package --group test --group types
101101
- name: Type check with ty
102-
run: ty check --color=always --python="$(which python)"
102+
run: ty check --color=always --python=python
103103

104104
docs-lint:
105105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)