Skip to content

Commit

Permalink
Remove dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sleighzy committed Nov 28, 2023
1 parent a6335a4 commit 1d0101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible ansible-compat==0.5.0 docker "molecule-plugins[docker]"
run: pip3 install ansible docker "molecule-plugins[docker]"

- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit 1d0101a

Please sign in to comment.