Skip to content

Commit 4ee8c18

Browse files
committed
Add missing dependecy
1 parent 36809c4 commit 4ee8c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install pytest pytest-asyncio homeassistant pytest-homeassistant-custom-component
36+
pip install pytest pytest-asyncio homeassistant pytest-homeassistant-custom-component victron_mqtt
3737
- name: Run tests
3838
run: pytest tests/

0 commit comments

Comments
 (0)