Skip to content

Commit 1e3c96b

Browse files
committed
Attempt autoblack - fsck up smile.py
1 parent a6af5f8 commit 1e3c96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
- name: If needed, commit black changes to the pull request
100100
if: failure()
101101
run: |
102+
pip install black
102103
black .
103104
git config --global user.name 'autoblack'
104105
git config --global user.email '[email protected]'

0 commit comments

Comments
 (0)