Skip to content

Commit

Permalink
Fix flake8 test on python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat committed Feb 17, 2022
1 parent 912c9d9 commit 9d7d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -O -m compileall ./src/
- name: Check code with flake8
run: |
python3 -m flake8 --ignore=W191,E117,E126,E128,E501,F821 --show-source
flake8 --ignore=W191,E117,E126,E128,E501,F821 --show-source
test-language:
needs: test-python
if: needs.test-python.result == 'success'
Expand Down

0 comments on commit 9d7d92d

Please sign in to comment.