Skip to content

Commit e86becf

Browse files
Upgrade pip
1 parent 359c40f commit e86becf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2525
- name: Create Python virtual environment with virtualenv==15.1.0
2626
run: |
27+
python -m pip install pip --upgrade
2728
python -m pip install virtualenv==15.1.0
2829
python -m virtualenv venv2
2930
. venv2\scripts\activate

0 commit comments

Comments
 (0)