We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1933758 + 5f2aee8 commit a11484dCopy full SHA for a11484d
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: '3.x'
28
29
- name: Install test dependencies.
30
- run: pip3 install molecule docker yamllint ansible-lint
+ run: pip3 install molecule[docker] yamllint ansible-lint
31
32
- name: Run Molecule tests.
33
run: molecule test
0 commit comments