Skip to content

Commit

Permalink
added --break-system-packages to all pip commands in OVA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent 48a50d9 commit c2a1948
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 --break-system-packages && 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 --break-system-packages && ansible-galaxy collection install community.general

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

0 comments on commit c2a1948

Please sign in to comment.