Skip to content

Commit 50cf654

Browse files
fixed black command
1 parent 84eec43 commit 50cf654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v2
11-
- uses: psf/black@stable
11+
- run: pip install black
1212
- run: black --check .
1313
- name: Commit black changes
1414
if: failure()

0 commit comments

Comments
 (0)