From 615c47049c4bd85133795a12fdae45fc76fc975f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Anguita=20L=C3=B3pez?= Date: Mon, 14 Oct 2024 12:24:37 +0200 Subject: [PATCH] added break-system-packages in the requirements installation --- .github/workflows/packages_builder_ami.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages_builder_ami.yaml b/.github/workflows/packages_builder_ami.yaml index e4a9d47..23cf6fb 100644 --- a/.github/workflows/packages_builder_ami.yaml +++ b/.github/workflows/packages_builder_ami.yaml @@ -95,7 +95,7 @@ jobs: - name: Install and set allocator requirements run: | - pip3 install -r wazuh-automation/deployability/deps/requirements.txt + pip3 install -r wazuh-automation/deployability/deps/requirements.txt --break-system-packages - name: Execute allocator module that will create the base instance id: alloc_vm_ami