use legacy flake8 for linting

This commit is contained in:
Mike Fährmann
2022-07-31 19:45:21 +02:00
parent 0f5826e884
commit 72389658b6

View File

@@ -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