mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
85f4cecc64
commit
ae1511d8f6
@ -8,6 +8,11 @@ trigger:
|
|||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- name: ArtifactFeed
|
||||||
|
value: '2df3ae11-3bf6-49bc-a809-ba0d340d6a6d'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: 'Pip_Install_Demo'
|
- job: 'Pip_Install_Demo'
|
||||||
@ -44,8 +49,8 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -q -U pip setuptools
|
pip install -U pip setuptools
|
||||||
pip3 install -q -r requirements_all.txt -c homeassistant/package_constraints.txt
|
pip3 install -r requirements_all.txt -c homeassistant/package_constraints.txt
|
||||||
displayName: 'Create Virtual Environment & Install Requirements'
|
displayName: 'Create Virtual Environment & Install Requirements'
|
||||||
|
|
||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user