Skip to content

Commit

Permalink
Fix pip version requirement in build-test.yml (#12148)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Jun 24, 2020
1 parent 3c323e7 commit 7b243f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml

- script: |
python -m pip install pip == 20.1
python -m pip install pip==20.1
pip install -r eng/ci_tools.txt
pip --version
displayName: 'Prep Environment'
Expand Down

0 comments on commit 7b243f4

Please sign in to comment.