diff --git a/.azure-pipelines/templates/setup-ci-machine.yml b/.azure-pipelines/templates/setup-ci-machine.yml index 6a3bca90..2973e03d 100644 --- a/.azure-pipelines/templates/setup-ci-machine.yml +++ b/.azure-pipelines/templates/setup-ci-machine.yml @@ -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'