Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
removed --black check
  • Loading branch information
ricardo-correa authored Feb 13, 2023
1 parent 2fca7b9 commit a9d0652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: pip install black flake8 isort
- run: black --version
# - run: black --version
- run: isort --version
- run: flake8 --version
- run: isort --check .
Expand Down

0 comments on commit a9d0652

Please sign in to comment.