Skip to content

Commit f227f74

Browse files
committed
Add pyudev to Python Compatibility workflow
1 parent 41eff88 commit f227f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
python -m pip install --upgrade pip
38-
pip install psutil pytest packaging platformdirs
38+
pip install psutil pytest packaging platformdirs pyudev
3939
4040
- name: Install package (no-deps to avoid GUI reqs)
4141
run: pip install -e . --no-deps

0 commit comments

Comments
 (0)