Bump num of conflicts in pip check (#69112)

This commit is contained in:
Franck Nijhof 2022-04-02 09:38:10 +02:00 committed by GitHub
parent 15fc7349ed
commit ebfba783e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)