diff --git a/azure-pipelines/templates/coverage.yml b/azure-pipelines/templates/coverage.yml index fa7cf199..3f44da89 100644 --- a/azure-pipelines/templates/coverage.yml +++ b/azure-pipelines/templates/coverage.yml @@ -1,5 +1,5 @@ steps: - - template: "azure-pipelines/templates/use_python.yml" + - template: "use_python.yml" - script: | python -m pip install -U pip setuptools tox