[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
run: |
case "${{ matrix.python-version }}" in
3.8)
3.8|3.9)
# install from PyPI
pip install yt-dlp
;;