Bump num of conflicts in pip check (#69112)
This commit is contained in:
parent
15fc7349ed
commit
ebfba783e0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue