Skip to content

Commit dc8ce69

Browse files
committed
fixup - add
1 parent 055c082 commit dc8ce69

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/devtest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Comitup Nox Tests
1+
name: Comitup Dev Tests
22

33
on:
44
push:
@@ -33,7 +33,8 @@ jobs:
3333
- name: Install pip dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36-
pip install nox mypy ruff cachetools types-tabulate types-Flask types-cachetools
36+
pip install nox mypy ruff cachetools types-tabulate types-Flask
37+
pip install types-cachetools dbus-python pytest python-networkmanager
3738
- name: Run tests
3839
run: |
3940
python ./devtest.py

0 commit comments

Comments
 (0)