[tests] install yt-dlp from PyPI for Python 3.7

f4b95acafc
This commit is contained in:
Mike Fährmann
2023-11-17 15:35:52 +01:00
parent 8bf161e574
commit 6c040afe0f

View File

@@ -40,7 +40,7 @@ jobs:
3.4|3.5)
# don't install yt-dlp
;;
3.6)
3.6|3.7)
# install from PyPI
pip install yt-dlp
;;