Skip to content

Commit f7caebe

Browse files
committed
fix ruff version in CI
1 parent 7fab244 commit f7caebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install ruff pytest pytest-mock
33+
pip install ruff==0.15.22 pytest pytest-mock
3434
3535
- name: Run Ruff
3636
run: |

0 commit comments

Comments
 (0)