File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff 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 
                         You can’t perform that action at this time. 
           
                  
0 commit comments