1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 23:25:14 +00:00

[ci] Improve workflow checks (#14316)

Authored by: bashonly
This commit is contained in:
bashonly
2025-09-13 16:55:35 -05:00
committed by GitHub
parent 8ab262c66b
commit ae3923b6b2
3 changed files with 9 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ if [[ -z "${EXCLUDE_CURL_CFFI:-}" ]]; then
fi
runpy -m venv /yt-dlp-build-venv
# shellcheck disable=SC1091
source /yt-dlp-build-venv/bin/activate
# Inside the venv we use venvpy instead of runpy
venvpy -m ensurepip --upgrade --default-pip