1
0
Fork 0

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
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ jobs:
- name: Install dependencies
run: |
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
- name: Lint with flake8
run: |