From 06df255cf200d6be41312bcf3d6fd9fa805b783a Mon Sep 17 00:00:00 2001 From: topsworld Date: Mon, 16 Dec 2024 09:52:15 +0800 Subject: [PATCH] chore: fix workflows dependencies lib lack for test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |