[workflows:tests] install yt-dlp from PyPI for Python 3.9

4e6a693057
This commit is contained in:
Mike Fährmann
2025-10-15 13:19:18 +02:00
parent 975b0bb145
commit c794600821

View File

@@ -47,7 +47,7 @@ jobs:
- name: Install yt-dlp - name: Install yt-dlp
run: | run: |
case "${{ matrix.python-version }}" in case "${{ matrix.python-version }}" in
3.8) 3.8|3.9)
# install from PyPI # install from PyPI
pip install yt-dlp pip install yt-dlp
;; ;;