Skip to content

Commit

Permalink
Add python3-setuptools as a core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmans committed Oct 21, 2024
1 parent 6bc9872 commit 7a6eaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: read

env:
core_dependencies: python3-requests python3-yaml python3-mako python3-sh python3-lmdb git
core_dependencies: python3-requests python3-yaml python3-mako python3-sh python3-lmdb python3-setuptools git
run_tests: --carthage-config=build_test/authorized.yml -k "not no_rootless and not test_pki and not requires_podman_pod"
jobs:
build_python_dist:
Expand Down

0 comments on commit 7a6eaf4

Please sign in to comment.