Skip to content

Commit d5f8fe1

Browse files
committed
fix gh action
1 parent 63b9bac commit d5f8fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install flake8 pytest
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31+
if [ -f requirements-dev.txt ]; then pip install -r requirements.txt; fi
3132
- name: Lint with flake8
3233
run: |
3334
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)