Added missing dependecies

This commit is contained in:
2025-02-07 14:55:57 -05:00
parent e3710d1c42
commit 6165039cd4

View File

@ -59,10 +59,18 @@ jobs:
run: |
pip install yq jq
pip install homeassistant
echo "Installing numpy, requered by Component: mobile_app, stream and camera\n"
pip install numpy
echo "Installing numpy, requered by Component: python_script\n"
pip install RestrictedPython
echo "Installing numpy, requered by Component: twilio\n"
pip install twilio
echo "Installing numpy, requered by Component: telegram_bot\n"
pip install telegram
- name: Check HassIO configuration
run: |
sudo mkdir -p /config/snapshots
sudo mkdir -p /config/www
hass --version
mv secrets.sample.yaml secrets.yaml
ls -la