8000 Repeat env variable · pylint-dev/astroid@809fc78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 809fc78

Browse files
Repeat env variable
1 parent e86becf commit 809fc78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
env:
2424
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2525
- name: Create Python virtual environment with virtualenv==15.1.0
26+
env:
27+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2628
run: |
27-
python -m pip install pip --upgrade
2829
python -m pip install virtualenv==15.1.0
2930
python -m virtualenv venv2
3031
. venv2\scripts\activate

0 commit comments

Comments
 (0)
0