Reverted "Pinned flake8 == 3.9.2 in GitHub actions."
This reverts commit f2a28e11d9
.
This commit is contained in:
parent
7872971dfb
commit
5e68bffba5
|
@ -21,7 +21,7 @@ jobs:
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- run: python -m pip install flake8==3.9.2
|
- run: python -m pip install flake8
|
||||||
- name: flake8
|
- name: flake8
|
||||||
uses: liskin/gh-problem-matcher-wrap@v1
|
uses: liskin/gh-problem-matcher-wrap@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue