Adding local update check for yt-dlp

This commit is contained in:
Raivis Dejus 2026-02-28 11:35:54 +02:00
commit 2074d9b018

View file

@ -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