Skip to content

Commit 1517b12

Browse files
authored
Slow updates to pip (microsoft#4087)
- v19.0 breaks our CI
1 parent 1568e70 commit 1517b12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ install:
6565
- travis_wait 5 npm ci
6666
- npm run clean
6767
- npx gulp prePublishNonBundle
68-
- python -m pip install --upgrade pip
68+
- python -m pip install --upgrade 'pip<19'
6969
- python -m pip install --upgrade -r ./build/test-requirements.txt
7070
- npx gulp installPythonLibs
7171

build/ci/templates/compile-and-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
inputs:
146146
filename: python
147147

148-
arguments: '-m pip install --upgrade pip'
148+
arguments: '-m pip install --upgrade "pip<19"'
149149

150150

151151
- task: CmdLine@1

build/ci/templates/test-phase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ steps:
118118
inputs:
119119
filename: python
120120

121-
arguments: '-m pip install --upgrade pip'
121+
arguments: '-m pip install --upgrade "pip<19"'
122122

123123

124124
- task: CmdLine@1

0 commit comments

Comments
 (0)