Fixed missing dependencies
Some checks failed
Savin's Home Assistant / build (push) Failing after 12s
Some checks failed
Savin's Home Assistant / build (push) Failing after 12s
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user