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