Skip to content

Commit

Permalink
feat(ci): manually install black and pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 26, 2024
1 parent 7b9a3b0 commit d7a46a3
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 lint requirements
run: |
pip install -e .
pip install -e .[lint]
pip install black pydocstyle
- name: Check code with black
run: black --check .
Expand Down

0 comments on commit d7a46a3

Please sign in to comment.