Skip to content

Commit a256065

Browse files
committed
fixup
1 parent dc8ce69 commit a256065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/devtest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ jobs:
3030
sudo apt-get install
3131
libcairo2-dev gobject-introspection libgirepository-2.0-dev
3232
python3-dev libdbus-glib-1-dev libdbus-1-dev
33+
python3-gi python3-flask python3-dbus python3-cachetools
34+
iw dnsmasq-base nftables
3335
- name: Install pip dependencies
3436
run: |
3537
python -m pip install --upgrade pip
3638
pip install nox mypy ruff cachetools types-tabulate types-Flask
3739
pip install types-cachetools dbus-python pytest python-networkmanager
40+
pip install pygobject
3841
- name: Run tests
3942
run: |
4043
python ./devtest.py

0 commit comments

Comments
 (0)