Skip to content

Commit

Permalink
Update molecule dependency install
Browse files Browse the repository at this point in the history
Molecule has moved the various drivers into a new molecule-plugins
package, see ansible/molecule#3883
  • Loading branch information
samdbmg committed May 20, 2023
1 parent 84c510b commit 1b0be67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
python-version: '3.x'
- name: Install deps
run: pip3 install ansible ansible-lint molecule[docker]
run: pip3 install ansible ansible-lint molecule-plugins[docker]

- name: Create instances, prepare environment
run: molecule create && molecule prepare
Expand Down

0 comments on commit 1b0be67

Please sign in to comment.