Skip to content

Commit 0700ed2

Browse files
authored
Update python-app.yml
1 parent 370ae0e commit 0700ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
make install
26-
pip install flake8
26+
pip install flake8 pytest black isort
2727
- name: Lint with flake8
2828
run: |
2929
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)