We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8ce69 commit a256065Copy full SHA for a256065
1 file changed
.github/workflows/devtest.yml
@@ -30,11 +30,14 @@ jobs:
30
sudo apt-get install
31
libcairo2-dev gobject-introspection libgirepository-2.0-dev
32
python3-dev libdbus-glib-1-dev libdbus-1-dev
33
+ python3-gi python3-flask python3-dbus python3-cachetools
34
+ iw dnsmasq-base nftables
35
- name: Install pip dependencies
36
run: |
37
python -m pip install --upgrade pip
38
pip install nox mypy ruff cachetools types-tabulate types-Flask
39
pip install types-cachetools dbus-python pytest python-networkmanager
40
+ pip install pygobject
41
- name: Run tests
42
43
python ./devtest.py
0 commit comments