1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 20:22:36 +01:00

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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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