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 Aug 9, 2024
1 parent 72539e5 commit 8a5ab43
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 8a5ab43

Please sign in to comment.