Skip to content

Commit

Permalink
no qa
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Sep 6, 2023
1 parent 108225b commit 5b3ba93
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pip install black flake8 isort
- run: black --version
- run: isort --version
- run: flake8 --version
- run: isort --check .
- run: black --check .
- run: flake8 .
- run: echo "Code QA disabled"
# - pip install black flake8 isort
# - run: pip install black flake8 isort
# - run: black --version
# - run: isort --version
# - run: flake8 --version
# - run: isort --check .
# - run: black --check .
# - run: flake8 .

checks:
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 5b3ba93

Please sign in to comment.