diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 51573610538..d2314bc40dd 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -67,11 +67,14 @@ jobs: inputs: keyfile: 'requirements_test_all.txt, .cache' targetfolder: './venv' - vstsFeed: '$(ArtifactFeed)' + vstsFeed: '$(ArtifactFeed)' + + - script: | + . venv/bin/activate + pip install -e . + displayName: 'Install Home Assistant for python $(python.version)' - - script: | - + - script: | . venv/bin/activate pytest --timeout=9 --durations=10 -qq -o console_output_style=count -p no:sugar - ./script/check_dirty displayName: 'Run pytest for python $(python.version)'