mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
36f3940c85
commit
8c61808ce4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user