Skip to content

Commit 9191857

Browse files
committed
Do not update pip on Azure
Avoid upgrading pip because it is giving this error on py34: Requirement already up-to-date: pip in c:\hostedtoolcache\windows\python\3.4.4\x64\lib\site-packages (19.2.1) ERROR: Package 'pip' requires a different Python: 3.4.4 not in '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*' [error]Cmd.exe exited with code '1'.
1 parent 7718d8c commit 9191857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
condition: eq(variables['python.needs_vc'], True)
9292
displayName: 'Install VC for py27'
9393

94-
- script: python -m pip install --upgrade pip && python -m pip install tox
94+
- script: python -m pip install tox
9595
displayName: 'Install tox'
9696

9797
- script: |

0 commit comments

Comments
 (0)