1
0
Fork 0

[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
commit ae3923b6b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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