mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-29 17:57:44 +01:00
parent
fe6c82ccff
commit
f4b95acafc
12 changed files with 100 additions and 94 deletions
2
.github/workflows/quick-test.yml
vendored
2
.github/workflows/quick-test.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install test requirements
|
||||
run: pip install pytest pycryptodomex
|
||||
run: pip install pytest -r requirements.txt
|
||||
- name: Run tests
|
||||
run: |
|
||||
python3 -m yt_dlp -v || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue