Skip to content

Commit 00ae9f4

Browse files
committed
Use poetry to run ruff.
1 parent 060efca commit 00ae9f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip poetry
2828
poetry install
29-
- name: Install Python dependencies
30-
run: python -m poetry install
3129
- name: Run Ruff
32-
run: python -m ruff check --output-format=github
30+
run: poetry run ruff check --output-format=github

0 commit comments

Comments
 (0)