Skip to content

Commit

Permalink
changed pip to pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent e892928 commit d15701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 && sudo apt install python3-requests && python3 -m pip install --user ansible-core==2.16
run: sudo apt-get update && sudo apt install -y python3 && python3 -m pip install --user pipx && python3 -m pipx ensurepath && pipx install ansible-core==2.16

- name: Ansible version
run: ansible --version
Expand Down

0 comments on commit d15701f

Please sign in to comment.