We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cb13c commit fba4ce2Copy full SHA for fba4ce2
1 file changed
.github/workflows/main.yml
@@ -20,11 +20,14 @@ jobs:
20
task: make -f Makefile fmt-travis
21
- dependencies: yamllint
22
task: make -f Makefile yamllint
23
- - dependencies: pylint python3-into-dbus-python
+ - dependencies: pylint python3-into-dbus-python python3-setuptools
24
task: PYTHONPATH=./src make -f Makefile lint
25
- - dependencies: python3-into-dbus-python
+ - dependencies: python3-into-dbus-python python3-setuptools
26
task: PYTHONPATH=./src make -f Makefile test
27
- - dependencies: python3-coverage python3-into-dbus-python
+ - dependencies: >
28
+ python3-coverage
29
+ python3-into-dbus-python
30
+ python3-setuptools
31
task: PYTHONPATH=./src make -f Makefile coverage
32
runs-on: ubuntu-latest
33
container: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
0 commit comments