mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
[ci] Run core tests with dependencies
Authored by: bashonly, coletdjnz
This commit is contained in:
parent
b73c409318
commit
700444c23d
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: |
|
||||
|
@ -56,6 +56,7 @@ class CommitGroup(enum.Enum):
|
||||
},
|
||||
cls.MISC: {
|
||||
'build',
|
||||
'ci',
|
||||
'cleanup',
|
||||
'devscripts',
|
||||
'docs',
|
||||
|
Loading…
Reference in New Issue
Block a user