From 8c61808ce4993e4961c741cfe4c9031e2d0efbcf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 26 Jul 2019 17:03:58 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 95f3db17a40..1427f2deed3 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -87,7 +87,7 @@ stages: key: | $(Build.SourcesDirectory)/requirements_test_all.txt $(python.container) - path: ./venv + path: $(Pipeline.Workspace)/venv cacheHitVar: CacheRestored - script: | set -e @@ -143,7 +143,7 @@ stages: $(Build.SourcesDirectory)/requirements_all.txt $(Build.SourcesDirectory)/requirements_test.txt $(PythonMain) - path: ./venv + path: $(Pipeline.Workspace)/venv cacheHitVar: CacheRestored - script: | set -e