We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92baf78 commit f37549eCopy full SHA for f37549e
.github/workflows/release-tests.yml
@@ -20,7 +20,11 @@ jobs:
20
with:
21
# virtualenv 15.1.0 cannot be installed on Python 3.10+
22
python-version: 3.9
23
+ env:
24
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
25
- name: Create Python virtual environment with virtualenv==15.1.0
26
27
28
run: |
29
python -m pip install virtualenv==15.1.0
30
python -m virtualenv venv2
0 commit comments