From af3c4572f9efa94cacfa5e12ea8373f709dc3376 Mon Sep 17 00:00:00 2001 From: topsworld Date: Fri, 17 Jan 2025 15:23:41 +0800 Subject: [PATCH] fix: github actions add dependencies lib --- .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 481762c..34f8734 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 paho.mqtt psutil cryptography + pip install pytest pytest-asyncio pytest-dependency zeroconf paho.mqtt psutil cryptography slugify - name: Check rule format with pytest run: |