Skip to content

Commit

Permalink
added break-system-packages in the requirements installation
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent dcaed0a commit 615c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 615c470

Please sign in to comment.