1 parent 36809c4 commit 4ee8c18Copy full SHA for 4ee8c18
1 file changed
.github/workflows/validate.yaml
@@ -33,6 +33,6 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install pytest pytest-asyncio homeassistant pytest-homeassistant-custom-component
+ pip install pytest pytest-asyncio homeassistant pytest-homeassistant-custom-component victron_mqtt
37
- name: Run tests
38
run: pytest tests/
0 commit comments