From 668deeb7bd6a53eb542b6b08212da6edafc3627e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 26 Jul 2019 17:54:20 +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 1427f2deed3..af29c951347 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: $(Pipeline.Workspace)/venv + path: $(Build.SourcesDirectory)/venv cacheHitVar: CacheRestored - script: | set -e @@ -143,7 +143,7 @@ stages: $(Build.SourcesDirectory)/requirements_all.txt $(Build.SourcesDirectory)/requirements_test.txt $(PythonMain) - path: $(Pipeline.Workspace)/venv + path: $(Build.SourcesDirectory)/venv cacheHitVar: CacheRestored - script: | set -e