Skip to content

Commit

Permalink
feat(ci): manually install ruff and black
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 27, 2024
1 parent f3bb44e commit bdc5858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Install pip dependencies
run: |
pip install -e .
pip install -e .[lint]
pip install black ruff
- name: Run ruff
run: ruff check .
Expand Down

0 comments on commit bdc5858

Please sign in to comment.