chore: fix workflows dependencies lib lack for test.yaml

This commit is contained in:
topsworld 2024-12-16 09:52:15 +08:00
parent fb2a089506
commit 06df255cf2

View File

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-asyncio pytest-dependency zeroconf
pip install pytest pytest-asyncio pytest-dependency zeroconf paho.mqtt psutil cryptography
- name: Check rule format with pytest
run: |