Skip to content

Commit ce4d118

Browse files
Update python-publish.yml
1 parent a9d0652 commit ce4d118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- run: pip install black flake8 isort
20-
# - run: black --version
20+
- run: black --version
2121
- run: isort --version
2222
- run: flake8 --version
2323
- run: isort --check .
24-
- run: black --check .
24+
# - run: black --check .
2525
- run: flake8 .
2626

2727
checks:

0 commit comments

Comments
 (0)