mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-10 02:35:55 +00:00
[cleanup] Misc (#8598)
Authored by: bashonly, pukkandan, seproDev, Grub4K Co-authored-by: bashonly <[email protected]> Co-authored-by: pukkandan <[email protected]> Co-authored-by: sepro <[email protected]>
This commit is contained in:
co-authored by
bashonly
pukkandan
sepro
parent
5f009a094f
commit
f9fb3ce86e
@@ -10,10 +10,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.11
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.8'
|
||||
- name: Install test requirements
|
||||
run: pip install pytest -r requirements.txt
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user