1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-06-02 22:00:14 +02:00

Fix flake8 tests (#622)

This commit is contained in:
Felipe Martins Diel 2021-10-13 03:31:19 -03:00 committed by GitHub
parent ca1634575e
commit 84bec957ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 wemake-python-styleguide pip install wheel
pip install flake8 flake8-quotes
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8 - name: Lint with flake8
run: | run: |