Update pythonpackage.yml

This commit is contained in:
Christian Decker
2021-01-22 11:11:18 +01:00
committed by GitHub
parent 1b6c69cd95
commit e625729b75

View File

@@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev --system
pipenv install --dev --system
- name: Lint with flake8
run: |
make flake8