mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
2087358d58
commit
2c8c8009ff
@ -86,7 +86,7 @@ stages:
|
|||||||
displayName: 'Restore artifacts based on Requirements'
|
displayName: 'Restore artifacts based on Requirements'
|
||||||
inputs:
|
inputs:
|
||||||
key: |
|
key: |
|
||||||
requirements_test_all.txt
|
$(Build.SourcesDirectory)/requirements_test_all.txt
|
||||||
$(python.container)
|
$(python.container)
|
||||||
path: ./venv
|
path: ./venv
|
||||||
cacheHitVar: CacheRestored
|
cacheHitVar: CacheRestored
|
||||||
@ -144,8 +144,8 @@ stages:
|
|||||||
displayName: 'Restore artifacts based on Requirements'
|
displayName: 'Restore artifacts based on Requirements'
|
||||||
inputs:
|
inputs:
|
||||||
key: |
|
key: |
|
||||||
requirements_all.txt
|
$(Build.SourcesDirectory)/requirements_all.txt
|
||||||
requirements_test.txt
|
$(Build.SourcesDirectory)/requirements_test.txt
|
||||||
$(PythonMain)
|
$(PythonMain)
|
||||||
path: ./venv
|
path: ./venv
|
||||||
cacheHitVar: CacheRestored
|
cacheHitVar: CacheRestored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user