Bump pip_check (#75164)
This commit is contained in:
parent
51c17197c5
commit
b60f6c7cdd
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -20,8 +20,8 @@ on:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CACHE_VERSION: 0
|
CACHE_VERSION: 1
|
||||||
PIP_CACHE_VERSION: 0
|
PIP_CACHE_VERSION: 1
|
||||||
HA_SHORT_VERSION: 2022.8
|
HA_SHORT_VERSION: 2022.8
|
||||||
DEFAULT_PYTHON: 3.9
|
DEFAULT_PYTHON: 3.9
|
||||||
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
||||||
|
|
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=6
|
DEPENDENCY_CONFLICTS=7
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||||
|
|
Loading…
Add table
Reference in a new issue