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

pull/30865/head
dirkf 10 months ago committed by GitHub
parent 3fa061e297
commit 43fe4b597f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save