1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07:00

[devscripts] Improve install_deps script (#14766)

Authored by: bashonly
This commit is contained in:
bashonly
2025-10-25 17:47:00 -05:00
committed by GitHub
parent d9e3011fd1
commit 73922e66e4
9 changed files with 52 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.10'
- name: Install test requirements
run: python3 ./devscripts/install_deps.py -o --include test
run: python ./devscripts/install_deps.py --only-optional-groups --include-group test
- name: Run tests
timeout-minutes: 15
run: |
@@ -31,9 +31,9 @@ jobs:
with:
python-version: '3.10'
- name: Install dev dependencies
run: python3 ./devscripts/install_deps.py -o --include static-analysis
run: python ./devscripts/install_deps.py --only-optional-groups --include-group static-analysis
- name: Make lazy extractors
run: python3 ./devscripts/make_lazy_extractors.py
run: python ./devscripts/make_lazy_extractors.py
- name: Run ruff
run: ruff check --output-format github .
- name: Run autopep8