more changes
Some checks failed
Savin's Home Assistant / build (push) Failing after 27s

This commit is contained in:
2025-02-07 16:24:19 -05:00
parent 3164e2e6c9
commit 7b47e6f7e3

View File

@ -66,13 +66,15 @@ jobs:
pip install colorlog
pip install homeassistant
echo "Installing crypto, requered by Component: xiaomi_cloud_map_extractor\n"
pip install crypto
pip install pycryptodome requests python-miio pybase64 pillow
echo "Installing numpy, requered by Component: mobile_app, stream and camera\n"
pip install numpy
echo "Installing hassil, requered by Component: mobile_app\n"
pip install hassil
echo "Installing mutagen, requered by Component: mobile_app\n"
pip install mutagen
echo "Installing haffmpeg, requered by Component: mobile_app\n"
pip install haffmpeg
echo "Installing home_assistant_intents, requered by Component: mobile_app\n"
pip install home_assistant_intents
echo "Installing RestrictedPython, requered by Component: python_script\n"