Skip to content

Commit

Permalink
chore: fix workflows dependencies lib lack for test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
topsworld committed Dec 16, 2024
1 parent fb2a089 commit 06df255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 06df255

Please sign in to comment.