Skip to content

Commit

Permalink
Explicitly install molecule
Browse files Browse the repository at this point in the history
Explicitly installs a molecule version with fix for
ansible/molecule#3903 to run tests.
  • Loading branch information
samdbmg committed Jun 3, 2023
1 parent 2cc0469 commit 39660f7
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 @@ -51,7 +51,7 @@ jobs:
with:
python-version: '3.x'
- name: Install deps
run: pip3 install ansible ansible-lint molecule-plugins[docker]
run: pip3 install ansible ansible-lint 'molecule>=5.0.1' molecule-plugins[docker]

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

0 comments on commit 39660f7

Please sign in to comment.