Skip to content

Commit

Permalink
Add python3-setuptools for make legacy-package
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Aug 12, 2024
1 parent 03601ba commit 8549970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
include:
- dependencies: python3-hypothesis
task: PYTHONPATH=./src make -f Makefile test
- dependencies: python3-hypothesis
- dependencies: >
python3-hypothesis
python3-setuptools
task: PYTHONPATH=./src make -f Makefile legacy-package
runs-on: ubuntu-latest
container: fedora:35 # LOWEST DEVELOPMENT ENVIRONMENT
Expand Down

0 comments on commit 8549970

Please sign in to comment.