Skip to content

Commit

Permalink
Fix release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 4, 2024
1 parent 92baf78 commit 189934e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
with:
# virtualenv 15.1.0 cannot be installed on Python 3.10+
python-version: 3.9
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 virtualenv==15.1.0
python -m virtualenv venv2
Expand Down

0 comments on commit 189934e

Please sign in to comment.