From 43fe4b597f502273cce97c9d1a181f1847288c84 Mon Sep 17 00:00:00 2001 From: dirkf Date: Wed, 15 May 2024 17:12:10 +0100 Subject: [PATCH] [workflows/ci.yml] Temporary workaround for Python 3.5 _pip_ failures --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93562afd7..d3b9ae016 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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