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)
|
- 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
|
pip install black flake8 pylint yamllint colorlog
|
||||||
|
|
||||||
# - name: YAML Lint
|
# - name: YAML Lint
|
||||||
# run: |
|
# run: |
|
||||||
|
Reference in New Issue
Block a user