Fixed missing dependencies
Some checks failed
Savin's Home Assistant / build (push) Failing after 12s

This commit is contained in:
2025-02-07 14:38:21 -05:00
parent 1b2a241b4f
commit b7e50c096a

View File

@ -37,7 +37,7 @@ jobs:
- name: Install Python packages (Lint)
run: |
python -m pip install --upgrade pip
pip install black flake8 pylint yamllint
pip install black flake8 pylint yamllint colorlog
# - name: YAML Lint
# run: |