use legacy flake8 for linting

master
Mike Fährmann 2022-07-31 19:45:21 +02:00
parent 0f5826e884
commit 72389658b6
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
1 changed files with 1 additions and 1 deletions

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