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:
parent
8ccc77eb3d
commit
803d4a9998
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue