Skip to content

Commit

Permalink
added break-system-packages to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent e11ef3b commit dcaed0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
echo WAZUH_VERSION=$WAZUH_VERSION >> $GITHUB_ENV
- name: Install Ansible
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update && sudo apt install -y python3.10 && python3.10 -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 Down

0 comments on commit dcaed0a

Please sign in to comment.