Skip to content

Commit

Permalink
Require python3-setuptools for current development environment
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 23, 2024
1 parent c15f1f9 commit d0cf8a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
task: make -f Makefile fmt-travis
- dependencies: yamllint
task: make -f Makefile yamllint
- dependencies: pylint python3-into-dbus-python
- dependencies: pylint python3-into-dbus-python python3-setuptools
task: PYTHONPATH=./src make -f Makefile lint
- dependencies: python3-into-dbus-python
- dependencies: python3-into-dbus-python python3-setuptools
task: PYTHONPATH=./src make -f Makefile test
- dependencies: python3-coverage python3-into-dbus-python
- dependencies: >
python3-coverage
python3-into-dbus-python
python3-setuptools
task: PYTHONPATH=./src make -f Makefile coverage
runs-on: ubuntu-latest
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
Expand Down

0 comments on commit d0cf8a5

Please sign in to comment.