Update pythonapp.yml

This commit is contained in:
Reik Kaps 2020-02-05 23:16:12 +01:00 committed by GitHub
parent 16495c4056
commit a3e8dd7f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
- name: Lint with flake8
run: |
pip install flake8