From c311ff04649b08241ff72bed875bd2a4a4eab87a Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 3 Mar 2026 21:55:59 +0100 Subject: [PATCH] Fix wheels building by using arch dependent requirements_all file (#164675) --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d135706ea7d..21acda6745a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -209,4 +209,4 @@ jobs: skip-binary: aiohttp;charset-normalizer;grpcio;multidict;SQLAlchemy;propcache;protobuf;pymicro-vad;yarl constraints: "homeassistant/package_constraints.txt" requirements-diff: "requirements_diff.txt" - requirements: "requirements_all.txt" + requirements: "requirements_all_wheels_${{ matrix.arch }}.txt"