Skip to content

Commit

Permalink
Need python-requests for docker prune.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jun 6, 2024
1 parent 31a375a commit 84027f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: install ansible
run: pip3 install ansible

- name: install python-requests
run: pip3 install requests

- name: run the build container playbook
run: cd dev/playbooks; ANSIBLE_STDOUT_CALLBACK=yaml ansible-playbook -i 'localhost,' --forks=1 -v build_container.yaml

Expand Down

0 comments on commit 84027f9

Please sign in to comment.