Skip to content

Commit 81b96a2

Browse files
committed
Add ruff to Poetry installation in GitHub Actions workflow
1 parent 869b5f2 commit 81b96a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: '3.9'
2929
cache: 'pip'
3030
- name: Install Poetry
31-
run: pip install poetry
31+
run: pip install poetry ruff
3232
- name: Install Dependencies
3333
run: poetry install --with dev
3434
- name: Cache Poetry dependencies

0 commit comments

Comments
 (0)