mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Adding local update check for yt-dlp
This commit is contained in:
parent
1fb0bb0ead
commit
2074d9b018
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -35,6 +35,11 @@ endif
|
|||
COVERAGE_THRESHOLD := 70
|
||||
|
||||
test: buzz/whisper_cpp
|
||||
# A check to get updates of yt-dlp. Should run only on local as part of regular development operations
|
||||
# Sort of a local "update checker"
|
||||
ifndef CI
|
||||
uv lock --upgrade-package yt-dlp
|
||||
endif
|
||||
pytest -s -vv --cov=buzz --cov-report=xml --cov-report=html --benchmark-skip --cov-fail-under=${COVERAGE_THRESHOLD} --cov-config=.coveragerc
|
||||
|
||||
benchmarks: buzz/whisper_cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue