Skip to content

Commit

Permalink
feat(ci): manually install black instead of entire package
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Sep 26, 2024
1 parent bf02e99 commit 7fdda05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: "3.12"

- name: Install linting requirements
run: pip install -e .[lint]
run: pip install black

- name: Check code with black
run: black --check .
Expand Down

0 comments on commit 7fdda05

Please sign in to comment.