diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a51502cd888..3b23f1b5b05 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -176,9 +176,11 @@ 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 + cat homeassistant/package_constraints.txt | grep 'pydantic==' >> requirements_old-cython.txt - name: Adjust build env run: |