Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-correa authored Feb 13, 2023
1 parent a9d0652 commit ce4d118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ 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 .
- run: black --check .
# - run: black --check .
- run: flake8 .

checks:
Expand Down

0 comments on commit ce4d118

Please sign in to comment.