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:
parent
0f5826e884
commit
72389658b6
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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…
Reference in New Issue
Block a user