install pip3
Some checks failed
cicd / ci (push) Failing after 10s

This commit is contained in:
Bel LaPointe
2025-05-25 12:55:01 -06:00
parent 09ce3d9d9b
commit 932e396341

View File

@@ -3,6 +3,10 @@
main() { main() {
set -eo pipefail set -eo pipefail
if ! which pip3; then
apt install -y pip3
fi
cd_work_d cd_work_d
ytdlp2STRM_d=./ytdlp2STRM ytdlp2STRM_d=./ytdlp2STRM