We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055c082 commit dc8ce69Copy full SHA for dc8ce69
1 file changed
.github/workflows/devtest.yml
@@ -1,4 +1,4 @@
1
-name: Comitup Nox Tests
+name: Comitup Dev Tests
2
3
on:
4
push:
@@ -33,7 +33,8 @@ jobs:
33
- name: Install pip dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install nox mypy ruff cachetools types-tabulate types-Flask types-cachetools
+ pip install nox mypy ruff cachetools types-tabulate types-Flask
37
+ pip install types-cachetools dbus-python pytest python-networkmanager
38
- name: Run tests
39
40
python ./devtest.py
0 commit comments