From ae1511d8f6f86e2e8ce79248ea9c80159254b8fa Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 7 Jun 2019 21:16:39 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 952c1cf1559..1925f7af754 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -8,6 +8,11 @@ trigger: pr: none +variables: + - name: ArtifactFeed + value: '2df3ae11-3bf6-49bc-a809-ba0d340d6a6d' + + jobs: - job: 'Pip_Install_Demo' @@ -44,8 +49,8 @@ jobs: - script: | python3 -m venv venv . venv/bin/activate - pip install -q -U pip setuptools - pip3 install -q -r requirements_all.txt -c homeassistant/package_constraints.txt + pip install -U pip setuptools + pip3 install -r requirements_all.txt -c homeassistant/package_constraints.txt displayName: 'Create Virtual Environment & Install Requirements' - task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1