Skip to content

Commit 199d2e7

Browse files
committed
added flake8 to actions yml
1 parent 3644bad commit 199d2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip setuptools
28+
pip install flake8
2829
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2930
3031
- name: Install Budgitree

0 commit comments

Comments
 (0)