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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install "flake8<4" "importlib-metadata<5"
|
pip install flake8 youtube-dl
|
||||||
pip install youtube-dl
|
|
||||||
|
|
||||||
- name: Install yt-dlp
|
- name: Install yt-dlp
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user