Skip to content

Commit

Permalink
Pip install flake8 in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Dec 17, 2023
1 parent 3690e6b commit 536b8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python setup.py install
- name: Install flake8
run: pip install flake8
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 536b8d1

Please sign in to comment.