Skip to content

Commit

Permalink
github: skip Python flake8 test with clang build
Browse files Browse the repository at this point in the history
No need to duplicate the test.
  • Loading branch information
thom311 committed Jul 25, 2023
1 parent c4240c0 commit a0e4b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python-version: 3.x

- name: Lint Python
if: ${{ matrix.cc == 'gcc' }}
run: |
python3 -m pip install flake8
flake8 . --count --select=E703,E9,F63,F7,F82,Y --show-source --statistics
Expand Down

0 comments on commit a0e4b7f

Please sign in to comment.