From 189934ea082fc0d6d0604b02d858ede46e62b192 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 4 Aug 2024 09:34:54 -0400 Subject: [PATCH] Fix release tests https://github.com/actions/setup-python/issues/866#issuecomment-2154968862 --- .github/workflows/release-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-tests.yml b/.github/workflows/release-tests.yml index 7f8d50c684..11a6e2b384 100644 --- a/.github/workflows/release-tests.yml +++ b/.github/workflows/release-tests.yml @@ -20,7 +20,11 @@ jobs: with: # virtualenv 15.1.0 cannot be installed on Python 3.10+ python-version: 3.9 + env: + PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org" - name: Create Python virtual environment with virtualenv==15.1.0 + env: + PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org" run: | python -m pip install virtualenv==15.1.0 python -m virtualenv venv2