fix
Some checks failed
/ alpine (push) Successful in 45s
/ debian (push) Successful in 1m14s
/ ubuntu (push) Successful in 1m30s
/ arch (push) Successful in 1m33s
/ opensuse (push) Successful in 1m40s
/ rocky (push) Blocked by required conditions
/ fedora (push) Has been cancelled
/ alma (push) Has been cancelled

This commit is contained in:
Marc Beninca 2024-10-20 19:58:18 +02:00
parent c7c0d7c7d7
commit aeeb047b36
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -157,7 +157,7 @@ def main(main_file: Path) -> None:
list_environment_variables() list_environment_variables()
clone_project_branch() clone_project_branch()
set_ssh() set_ssh()
install_actions(main_file) install_actions()
install_commands(main_file) install_commands(main_file)
install_python_packages() install_python_packages()
else: else: