Skip to content

Commit 0884bda

Browse files
ci(lint): Install correct ruff version
1 parent 1a00e52 commit 0884bda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Install requirements
2222
run: |
2323
set -xe
24-
python -m pip install ruff
24+
python -m pip install poetry
25+
python -m poetry install
2526
2627
- name: Lint with ruff
2728
run: |

0 commit comments

Comments
 (0)