Bump pip_check (#75164)

This commit is contained in:
Franck Nijhof 2022-07-14 11:50:21 +02:00 committed by GitHub
parent 51c17197c5
commit b60f6c7cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -20,8 +20,8 @@ on:
type: boolean
env:
CACHE_VERSION: 0
PIP_CACHE_VERSION: 0
CACHE_VERSION: 1
PIP_CACHE_VERSION: 1
HA_SHORT_VERSION: 2022.8
DEFAULT_PYTHON: 3.9
PRE_COMMIT_CACHE: ~/.cache/pre-commit

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)