Skip to content

Commit

Permalink
install azure-devtools explicitly in setup ci machine (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaralMs committed Dec 13, 2021
1 parent 424c8ca commit fbcd18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/templates/setup-ci-machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ steps:
displayName: 'Install coverage'
- script: pip install pytest-cov
displayName: 'Install pytest-cov'
- script: pip install azure-devtools
displayName: 'Install azure-devtools'

0 comments on commit fbcd18b

Please sign in to comment.