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
fb3d66e6e1
commit
d286723087
@ -83,7 +83,7 @@ jobs:
|
||||
pip install -U pip setuptools
|
||||
pip install -r requirements_test_all.txt -c homeassistant/package_constraints.txt
|
||||
displayName: 'Create Virtual Environment & Install Requirements'
|
||||
condition: ne(variables['CacheRestored'], 'true')
|
||||
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))
|
||||
|
||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
|
||||
displayName: 'Save artifacts based on Requirements'
|
||||
@ -108,4 +108,4 @@ jobs:
|
||||
|
||||
pylint homeassistant
|
||||
displayName: 'Run pylint'
|
||||
condition: eq(variables['python.version'], variables['PythonMain'])
|
||||
condition: and(succeeded(), eq(variables['python.version'], variables['PythonMain']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user