Skip to content

Commit 8d67182

Browse files
authored
[ci] No longer install setuptools + wheel by default (home-assistant#154212)
1 parent 3ce1ef4 commit 8d67182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
type: boolean
3838

3939
env:
40-
CACHE_VERSION: 8
40+
CACHE_VERSION: 9
4141
UV_CACHE_VERSION: 1
4242
MYPY_CACHE_VERSION: 1
4343
HA_SHORT_VERSION: "2025.11"
@@ -525,7 +525,7 @@ jobs:
525525
. venv/bin/activate
526526
python --version
527527
pip install "$(grep '^uv' < requirements.txt)"
528-
uv pip install -U "pip>=21.3.1" setuptools wheel
528+
uv pip install -U "pip>=25.2"
529529
uv pip install -r requirements.txt
530530
python -m script.gen_requirements_all ci
531531
uv pip install -r requirements_all_pytest.txt -r requirements_test.txt

0 commit comments

Comments
 (0)