Skip to content

Commit 55fff4a

Browse files
authored
fix ty (#734)
1 parent a9c13b5 commit 55fff4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.10"
22+
python-version: "3.11"
2323

2424
- name: Set up uv
2525
uses: astral-sh/setup-uv@v2
@@ -41,15 +41,15 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v5
4343
with:
44-
python-version: "3.10"
44+
python-version: "3.11"
4545

4646
- name: Set up uv
4747
uses: astral-sh/setup-uv@v2
4848
with:
4949
enable-cache: true
5050

5151
- name: Install dependencies
52-
run: uv pip install pre-commit ".[all]" ty --system
52+
run: uv pip install pre-commit ".[all]" "ty==0.0.16" --system
5353

5454
- name: ty
5555
run: ty check bofire --python $(which python)

0 commit comments

Comments
 (0)