Skip to content

Commit

Permalink
fix: add missing pip pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Oct 24, 2023
1 parent 0385b26 commit c9500cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: '3.10'

- name: 'Install dependencies'
run: pip3 install ansible molecule molecule-plugins[docker] docker
run: pip3 install ansible molecule molecule-plugins[docker] docker requests

- name: 'Run molecule tests'
run: |
Expand Down

0 comments on commit c9500cb

Please sign in to comment.