Skip to content

Commit 201118c

Browse files
committed
Python: Pin ty to the previous release to fix type check error
1 parent 2d19294 commit 201118c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python_test_reusable.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
run: uv sync
4646
- name: Run ty
4747
working-directory: api/python/slint
48-
run: uvx ty check
48+
# Pin ty to avoid running into https://github.com/astral-sh/ty/issues/3129
49+
run: uvx ty@0.0.24 check
4950
- name: Run ruff linter
5051
working-directory: api/python/slint
5152
run: uv tool run ruff check

0 commit comments

Comments
 (0)