mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-04 16:40:46 +00:00
[ci] Run core tests with dependencies
Authored by: bashonly, coletdjnz
This commit is contained in:
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install pytest
|
||||
run: pip install pytest
|
||||
run: pip install pytest -r requirements.txt
|
||||
- name: Run tests
|
||||
continue-on-error: False
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user