From 4cb0ff1f6338edd5e3e18d5e32f2b18754c73037 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 9 Jun 2019 11:14:46 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 8b186b2ef78..8dfbb2e04c3 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -32,7 +32,7 @@ jobs: container: $[ variables['PythonMain'] ] steps: - script: | - pip install flake8 + pip install -user flake8 flake8 homeassistant tests script displayName: 'Run flake8'