Skip to content

Commit

Permalink
Repeat env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 4, 2024
1 parent e86becf commit 809fc78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
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 pip --upgrade
python -m pip install virtualenv==15.1.0
python -m virtualenv venv2
. venv2\scripts\activate
Expand Down

0 comments on commit 809fc78

Please sign in to comment.