Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 4, 2024
1 parent 359c40f commit e86becf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Create Python virtual environment with virtualenv==15.1.0
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 e86becf

Please sign in to comment.