use legacy flake8 for linting

pull/2806/head
Mike Fährmann 2 years ago
parent 0f5826e884
commit 72389658b6
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -30,7 +30,7 @@ jobs:
PYV: ${{ matrix.python-version }}
run: |
pip install -r requirements.txt
pip install flake8
pip install "flake8<4"
pip install youtube-dl
if [[ "$PYV" != "3.4" && "$PYV" != "3.5" ]]; then pip install yt-dlp; fi

Loading…
Cancel
Save