Build Pydantic wheels with old Cython (#101976)

This commit is contained in:
Joost Lekkerkerker 2023-10-22 22:39:00 +02:00 committed by GitHub
parent 0adb6fb02c
commit e936ca0cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |