Skip to content

Commit

Permalink
Install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent 9fb2499 commit ff93703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/running-on-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
- name: Checkout code
uses: actions/checkout@v4
- name: Install ansible
run: pip3 install ansible-core
run: |
pip3 install ansible-core
ansible-galaxy collection install --requirements-file roles/requirements.yml
- name: Run playbook on MacOS
run: |
ansible-playbook \
Expand Down

0 comments on commit ff93703

Please sign in to comment.