Skip to content

Commit

Permalink
Fixing click version problem in black
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Apr 1, 2022
1 parent e85fc62 commit b42667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
python-version: 3.9
- name: Install Black
run: pip install 'black==20.8b1'
run: pip install 'black==20.8b1' 'click==8.0.1'
- name: Run black --check .
run: black --check .

0 comments on commit b42667a

Please sign in to comment.