Update DEPENDENCY_CONFLICTS

This commit is contained in:
epenet 2022-03-30 12:45:41 +00:00
parent 064637d27d
commit ddd83212b8
1 changed files with 1 additions and 1 deletions

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=9
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)