Pinned flake8 == 3.9.2 in GitHub actions.

See https://github.com/PyCQA/flake8/issues/1408
This commit is contained in:
Mariusz Felisiak 2021-10-11 09:03:15 +02:00 committed by GitHub
parent 01bf679e59
commit f2a28e11d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: python -m pip install flake8
- run: python -m pip install flake8==3.9.2
- name: flake8
uses: liskin/gh-problem-matcher-wrap@v1
with: