Fix DEPENDENCY_CONFLICTS (#68900)

This commit is contained in:
epenet 2022-03-30 15:14:54 +02:00 committed by GitHub
parent cb5c7dc716
commit 5b1e319947
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=5
DEPENDENCY_CONFLICTS=6
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)