We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d19294 commit 201118cCopy full SHA for 201118c
.github/workflows/python_test_reusable.yaml
@@ -45,7 +45,8 @@ jobs:
45
run: uv sync
46
- name: Run ty
47
working-directory: api/python/slint
48
- run: uvx ty check
+ # Pin ty to avoid running into https://github.com/astral-sh/ty/issues/3129
49
+ run: uvx ty@0.0.24 check
50
- name: Run ruff linter
51
52
run: uv tool run ruff check
0 commit comments