Skip to content

Commit

Permalink
changed pip3 to pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent 111654f commit 6e4e5b0
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 && sudo apt install pipx && pipx ensurepath && pipx install ansible-core==2.16

- 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
pipx install -r wazuh-automation/deployability/deps/requirements.txt
- name: Execute allocator module that will create the base instance
id: alloc_vm_ami
Expand Down

0 comments on commit 6e4e5b0

Please sign in to comment.