mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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
|
||||
# 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user