From d9c41f869102dbd2cc9cea3584f03cad4ae41ce9 Mon Sep 17 00:00:00 2001 From: joostlek Date: Sun, 22 Oct 2023 18:39:54 +0200 Subject: [PATCH] Fix feedback --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5a62e4c610cbd5..3b23f1b5b0570c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -176,6 +176,7 @@ jobs: # and don't yet use isolated build environments. # Build these first. # grpcio: https://github.com/grpc/grpc/issues/33918 + # pydantic: https://github.com/pydantic/pydantic/issues/7689 touch requirements_old-cython.txt cat homeassistant/package_constraints.txt | grep 'grpcio==' >> requirements_old-cython.txt