mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Build Pydantic wheels with old Cython (#101976)
This commit is contained in:
parent
0adb6fb02c
commit
e936ca0cb1
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user