Update pythonpackage.yml

This commit is contained in:
Daniel Wróbel 2020-04-30 23:50:26 +02:00 committed by GitHub
parent c0891c2521
commit 17ccf4df38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install pytest wheel
pip install -r requirements.txt
# - name: Lint with flake8
# run: |