This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Install Python packages (Lint)
|
- name: Install Python packages (Lint)
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install black flake8 pylint yamllint colorlog
|
pip install black flake8 pylint yamllint
|
||||||
|
|
||||||
# - name: YAML Lint
|
# - name: YAML Lint
|
||||||
# run: |
|
# run: |
|
||||||
@ -63,11 +63,16 @@ jobs:
|
|||||||
- name: Install Python packages (Hass.IO)
|
- name: Install Python packages (Hass.IO)
|
||||||
run: |
|
run: |
|
||||||
pip install yq jq
|
pip install yq jq
|
||||||
|
pip install colorlog
|
||||||
pip install homeassistant
|
pip install homeassistant
|
||||||
|
echo "Installing crypto, requered by Component: xiaomi_cloud_map_extractor\n"
|
||||||
|
pip install crypto
|
||||||
echo "Installing numpy, requered by Component: mobile_app, stream and camera\n"
|
echo "Installing numpy, requered by Component: mobile_app, stream and camera\n"
|
||||||
pip install numpy
|
pip install numpy
|
||||||
echo "Installing hassil, requered by Component: mobile_app\n"
|
echo "Installing hassil, requered by Component: mobile_app\n"
|
||||||
pip install hassil
|
pip install hassil
|
||||||
|
echo "Installing mutagen, requered by Component: mobile_app\n"
|
||||||
|
pip install mutagen
|
||||||
echo "Installing home_assistant_intents, requered by Component: mobile_app\n"
|
echo "Installing home_assistant_intents, requered by Component: mobile_app\n"
|
||||||
pip install home_assistant_intents
|
pip install home_assistant_intents
|
||||||
echo "Installing RestrictedPython, requered by Component: python_script\n"
|
echo "Installing RestrictedPython, requered by Component: python_script\n"
|
||||||
|
Reference in New Issue
Block a user