diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index abfdf18..481762c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: |