Skip to content

Commit 506364f

Browse files
authored
lint installs ruff==0.12.11
1 parent 39b765e commit 506364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

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

9595
- name: Lint with ruff
9696
run: |
97-
pip install ruff
97+
pip install ruff==0.12.11
9898
ruff check .
9999
ruff format --check .
100100

0 commit comments

Comments
 (0)