You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr_tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ jobs:
21
21
- name: Install dependencies
22
22
run: |
23
23
python -m pip install --upgrade pip
24
-
pip install ruff
24
+
pip install ruff==0.1.5
25
25
- name: Check quality
26
26
run: make quality
27
27
- name: Check if failure
28
28
if: ${{ failure() }}
29
29
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