From 7f59a9eeaf6072e8f410f57985fac4687f5bf4be Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Mon, 2 Mar 2026 13:00:26 +0100 Subject: [PATCH] Fix type preventing lowerbounds to install properly --- templates/github/.github/workflows/scripts/before_install.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/github/.github/workflows/scripts/before_install.sh.j2 b/templates/github/.github/workflows/scripts/before_install.sh.j2 index 8589cf79..69410b27 100755 --- a/templates/github/.github/workflows/scripts/before_install.sh.j2 +++ b/templates/github/.github/workflows/scripts/before_install.sh.j2 @@ -79,7 +79,7 @@ plugins: source: "${COMPONENT_SOURCE}" ci_requirements: $(test -f ci_requirements.txt && echo -n true || echo -n false) upperbounds: $(test "${TEST}" = "pulp" && echo -n true || echo -n false) - lowerounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false) + lowerbounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false) {%- if extra_files %} extra_files: {%- for item in extra_files %}