chore: fix workflows dependencies lib lack

This commit is contained in:
topsworld 2024-12-16 09:47:16 +08:00
parent d2e46e016d
commit fb2a089506

View File

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