Update azure-pipelines-ci.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-07-26 17:03:58 +02:00
parent 36f3940c85
commit 8c61808ce4

View File

@ -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