Skip to content

Commit

Permalink
added break-system-packages in pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent 111654f commit 5d37bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo WAZUH_VERSION=$WAZUH_VERSION >> $GITHUB_ENV
- name: Install Ansible
run: sudo apt-get update && sudo apt install -y python3 && python3 -m pip install --user ansible-core==2.16
run: sudo apt-get update && sudo apt install -y python3 && python3 -m pip install --user ansible-core==2.16 --break-system-packages

- name: Ansible version
run: ansible --version
Expand All @@ -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 5d37bc2

Please sign in to comment.