about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2024-05-15 16:57:59 +0100
committerGitHub <noreply@github.com>2024-05-15 16:57:59 +0100
commita08f2b7e4567cdc50c0614ee0a4ffdff49b8b6e6 (patch)
treeb4b0a6a54f0de47d5c6937d9b344029b767290ed /.github
parent668332b9733023ca2e927eeb2208725022248af8 (diff)
downloadyoutube-dl-master.tar.gz
youtube-dl-master.tar.xz
youtube-dl-master.zip
[workflows/ci.yml] Temporary workaround for Python 3.5 _pip_ failures HEAD master
https://github.com/actions/setup-python/issues/866
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
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