File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
pipelines/templates/steps Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# requirements leveraged by ci tools
22setuptools==44.1.0; python_version == '2.7'
33setuptools==45.1.0; python_version >= '3.5'
4- wheel==0.34.2
4+ virtualenv==20.0.23
5+ wheel==0.34.2
56Jinja2==2.11.1
67packaging==20.4
78tox==3.14.6
Original file line number Diff line number Diff line change 2828 OSName : ${{ parameters.OSName }}
2929
3030 - script : |
31- python -m pip install pip == 20.1
31+ python -m pip install pip== 20.1
3232 pip install -r eng/ci_tools.txt
3333 pip --version
3434 displayName: 'Prep Environment'
Original file line number Diff line number Diff line change 1313
1414
1515 - script : |
16+ python -m pip install pip==20.1
1617 pip install -r eng/ci_tools.txt
1718 displayName: 'Prep Environment'
1819 condition: succeededOrFailed()
You can’t perform that action at this time.
0 commit comments