Skip to content

Commit 883ae2a

Browse files
authored
Update python-app.yml
1 parent c703ac8 commit 883ae2a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
python-version: 3.9
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip
26-
pip install flake8 pytest
27-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25+
make install
2826
- name: Lint with flake8
2927
run: |
3028
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)