Skip to content

Commit

Permalink
add break-system-packages to the pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent 5d37bc2 commit 48a50d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Ansible
run: sudo apt-get update && sudo apt install -y python3 jq sshpass && python3 -m pip install --user ansible-core==2.16 && pip install pyyaml && ansible-galaxy collection install community.general
run: sudo apt-get update && sudo apt install -y python3 jq sshpass && python3 -m pip install --user ansible-core==2.16 --break-system-packages && pip install pyyaml && ansible-galaxy collection install community.general

- name: Checkout wazuh/wazuh-virtual-machines repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 48a50d9

Please sign in to comment.