Skip to content

Commit 095dc79

Browse files
dirkfGitHub Actions
authored and
GitHub Actions
committed
[workflows/ci.yml] Temporary workaround for Python 3.5 _pip_ failures
actions/setup-python#866
1 parent aefc38e commit 095dc79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ jobs:
159159
# wrap broken actions/setup-python@v4
160160
# NB may run apt-get install in Linux
161161
uses: ytdl-org/setup-python@v1
162+
env:
163+
# Temporary workaround for Python 3.5 failures - May 2024
164+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
162165
with:
163166
python-version: ${{ matrix.python-version }}
164167
cache-build: true

0 commit comments

Comments
 (0)