Skip to content

Commit

Permalink
github: Add pyudev to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Nov 2, 2024
1 parent 0d85126 commit 45ad879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pylint numpy Pillow
pip install pylint numpy Pillow pyudev
- name: Test with unittest
run: |
Expand Down

0 comments on commit 45ad879

Please sign in to comment.