Skip to content

Commit 23f6978

Browse files
committed
update workflow style to be same versions
1 parent 7294e9e commit 23f6978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
uv pip install --system ruff ty
25+
uv pip install --system ruff==0.12.3 ty==0.0.1a21
2626
2727
- name: Run ruff linting
2828
run: ruff check --config=pyproject.toml .

0 commit comments

Comments
 (0)