Skip to content

Commit

Permalink
[workflows/ci.yml] Temporary workaround for Python 3.5 _pip_ failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf committed May 15, 2024
1 parent 668332b commit a08f2b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a08f2b7

Please sign in to comment.