Skip to content

Commit f37549e

Browse files
1 parent 92baf78 commit f37549e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
with:
2121
# virtualenv 15.1.0 cannot be installed on Python 3.10+
2222
python-version: 3.9
23+
env:
24+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2325
- name: Create Python virtual environment with virtualenv==15.1.0
26+
env:
27+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2428
run: |
2529
python -m pip install virtualenv==15.1.0
2630
python -m virtualenv venv2

0 commit comments

Comments
 (0)