Skip to content

Commit 359c40f

Browse files
1 parent 92baf78 commit 359c40f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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
2426
run: |
2527
python -m pip install virtualenv==15.1.0

0 commit comments

Comments
 (0)