Skip to content

Commit 4b21d37

Browse files
authored
Update pr_tests.yml to update ruff version (#205)
1 parent 9523a05 commit 4b21d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install ruff
24+
pip install ruff==0.1.5
2525
- name: Check quality
2626
run: make quality
2727
- name: Check if failure
2828
if: ${{ failure() }}
2929
run: |
30-
echo "Quality check failed. Please install ruff: `pip install ruff` and then run `make style && make quality` from the root of the repository." >> $GITHUB_STEP_SUMMARY
30+
echo "Quality check failed. Please install ruff: `pip install ruff` and then run `make style && make quality` from the root of the repository." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)