1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-01 17:07:02 +02:00

[workflows/ci.yml] Temporary workaround for Python 3.5 _pip_ failures

https://github.com/actions/setup-python/issues/866
This commit is contained in:
dirkf 2024-05-15 16:57:59 +01:00 committed by GitHub
parent 668332b973
commit a08f2b7e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,6 +159,9 @@ jobs:
# wrap broken actions/setup-python@v4
# NB may run apt-get install in Linux
uses: ytdl-org/setup-python@v1
env:
# Temporary workaround for Python 3.5 failures - May 2024
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
with:
python-version: ${{ matrix.python-version }}
cache-build: true