We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce1ef4 commit 8d67182Copy full SHA for 8d67182
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ on:
37
type: boolean
38
39
env:
40
- CACHE_VERSION: 8
+ CACHE_VERSION: 9
41
UV_CACHE_VERSION: 1
42
MYPY_CACHE_VERSION: 1
43
HA_SHORT_VERSION: "2025.11"
@@ -525,7 +525,7 @@ jobs:
525
. venv/bin/activate
526
python --version
527
pip install "$(grep '^uv' < requirements.txt)"
528
- uv pip install -U "pip>=21.3.1" setuptools wheel
+ uv pip install -U "pip>=25.2"
529
uv pip install -r requirements.txt
530
python -m script.gen_requirements_all ci
531
uv pip install -r requirements_all_pytest.txt -r requirements_test.txt
0 commit comments