do not restrict flake8 version
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -32,8 +32,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install "flake8<4" "importlib-metadata<5"
|
||||
pip install youtube-dl
|
||||
pip install flake8 youtube-dl
|
||||
|
||||
- name: Install yt-dlp
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user