Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
YisDav committed Nov 6, 2024
1 parent 372d960 commit 61ae061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/al_aio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
source venv/bin/activate
- name: Install and set allocator requirements
run: |
pip install -r wazuh-automation/deployability/deps/requirements.txt
pip install ansible-core==2.13
ansible-galaxy collection install community.docker
pip install ansible-core==2.16
pip install pyyaml
ansible-galaxy collection install community.general
- name: Set COMPOSITE_NAME variable
run: |
case "${{ matrix.system }}" in
Expand Down

0 comments on commit 61ae061

Please sign in to comment.