Skip to content

Commit b90a03a

Browse files
Update and rename python-app.yml to python-tests.yml
1 parent 9db462e commit b90a03a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml renamed to .github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install flake8
27+
python setup.py install
2728
if [ -f test-requirements.txt ]; then pip install -r test-requirements.txt; fi
2829
- name: Lint with flake8
2930
run: |

0 commit comments

Comments
 (0)