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

4e6a693057
This commit is contained in:
Mike Fährmann
2025-10-15 19:29:02 +02:00
parent d708181e5f
commit d0c1fd0073

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.9) 3.8|3.9|pypy3.9)
# install from PyPI # install from PyPI
pip install yt-dlp pip install yt-dlp
;; ;;