mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Fix DEPENDENCY_CONFLICTS (#68900)
This commit is contained in:
parent
cb5c7dc716
commit
5b1e319947
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
||||
|
||||
# Number of existing dependency conflicts
|
||||
# Update if a PR resolve one!
|
||||
DEPENDENCY_CONFLICTS=5
|
||||
DEPENDENCY_CONFLICTS=6
|
||||
|
||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||
|
Loading…
x
Reference in New Issue
Block a user