Bump pip_check conflicts +1 (#83536)

* Bump pip_check conflicts +1

* Update script/pip_check

Co-authored-by: Philip Allgaier <mail@spacegaier.de>

Co-authored-by: Philip Allgaier <mail@spacegaier.de>
This commit is contained in:
Franck Nijhof 2022-12-08 12:44:33 +01:00 committed by Paulus Schoutsen
parent 8ccc77eb3d
commit 803d4a9998

View file

@ -2,8 +2,8 @@
PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=3
# Update if a PR resolves one!
DEPENDENCY_CONFLICTS=4
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)