From 8d67182e0ee70bc8cc05038da36abdf8718c3bce Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:26:04 +0200 Subject: [PATCH] [ci] No longer install setuptools + wheel by default (#154212) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61f626fe22c..6f128cafbee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ on: type: boolean env: - CACHE_VERSION: 8 + CACHE_VERSION: 9 UV_CACHE_VERSION: 1 MYPY_CACHE_VERSION: 1 HA_SHORT_VERSION: "2025.11" @@ -525,7 +525,7 @@ jobs: . venv/bin/activate python --version pip install "$(grep '^uv' < requirements.txt)" - uv pip install -U "pip>=21.3.1" setuptools wheel + uv pip install -U "pip>=25.2" uv pip install -r requirements.txt python -m script.gen_requirements_all ci uv pip install -r requirements_all_pytest.txt -r requirements_test.txt