From f2e7e13de54ae78e1cb6143a0d96a96ec0d926c5 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Fri, 31 Jan 2020 14:01:52 -0800 Subject: [PATCH] Fix more paths. --- azure-pipelines/templates/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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