From 11a4d36c69a02ff50d7a98d0afb6925c4c49341e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 31 Jul 2019 14:49:00 -0700 Subject: [PATCH] Confirm deletion --- 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 91a5e7bb509..1824fa4825b 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -113,7 +113,7 @@ stages: pip install -r requirements_test_all.txt -c homeassistant/package_constraints.txt # This is a TEMP. Eventually we should make sure our 4 dependencies drop typing. # Find offending deps with `pipdeptree -r -p typing` - pip uninstall typing + pip uninstall -y typing displayName: 'Create Virtual Environment & Install Requirements' condition: and(succeeded(), ne(variables['CacheRestored'], 'true')) # Explicit Cache Save (instead of using RestoreAndSaveCache)