mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use C-Extension for sqlalchemy (#89661)
This commit is contained in:
parent
8a4233ac8e
commit
5104e7f51a
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -54,6 +54,9 @@ jobs:
|
||||
# OpenCV headless installation
|
||||
echo "CI_BUILD=1"
|
||||
echo "ENABLE_HEADLESS=1"
|
||||
|
||||
# Use C-Extension for sqlalchemy
|
||||
echo "REQUIRE_SQLALCHEMY_CEXT=1"
|
||||
) > .env_file
|
||||
|
||||
- name: Upload env_file
|
||||
|
Loading…
x
Reference in New Issue
Block a user