mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-30 03:26:36 +09:00
[ci] Run core tests with dependencies
Authored by: bashonly, coletdjnz
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -56,6 +56,7 @@ class CommitGroup(enum.Enum):
|
||||
},
|
||||
cls.MISC: {
|
||||
'build',
|
||||
'ci',
|
||||
'cleanup',
|
||||
'devscripts',
|
||||
'docs',
|
||||
|
||||
Reference in New Issue
Block a user