mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Confirm deletion
This commit is contained in:
parent
a4920d3afb
commit
11a4d36c69
@ -113,7 +113,7 @@ stages:
|
|||||||
pip install -r requirements_test_all.txt -c homeassistant/package_constraints.txt
|
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.
|
# This is a TEMP. Eventually we should make sure our 4 dependencies drop typing.
|
||||||
# Find offending deps with `pipdeptree -r -p typing`
|
# Find offending deps with `pipdeptree -r -p typing`
|
||||||
pip uninstall typing
|
pip uninstall -y typing
|
||||||
displayName: 'Create Virtual Environment & Install Requirements'
|
displayName: 'Create Virtual Environment & Install Requirements'
|
||||||
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))
|
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))
|
||||||
# Explicit Cache Save (instead of using RestoreAndSaveCache)
|
# Explicit Cache Save (instead of using RestoreAndSaveCache)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user