Skip to content

Commit

Permalink
pipx install requierements with loop
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Oct 14, 2024
1 parent 92b1b5c commit da5811e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/packages_builder_ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:

- name: Install and set allocator requirements
run: |
pipx install --spec wazuh-automation/deployability/deps/requirements.txt
while IFS= read -r package; do
pipx install "$package"
done < 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 da5811e

Please sign in to comment.