Skip to content

Commit 0a24a34

Browse files
Mazyodclaude
andcommitted
ci: add ty installation to test workflow
ty is installed via uv tool, not as a pip package. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8d157a0 commit 0a24a34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Add npm global bin to PATH
4343
run: echo "$HOME/.npm-global/bin" >> $GITHUB_PATH
4444

45+
- name: Install ty (Astral's type checker)
46+
run: uv tool install ty
47+
4548
# - name: Lint with flake8
4649
# run: |
4750
# # stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)