Skip to content

Commit a11484d

Browse files
committed
Merge branch 'test-molecule-deps' into master
2 parents 1933758 + 5f2aee8 commit a11484d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.x'
2828

2929
- name: Install test dependencies.
30-
run: pip3 install molecule docker yamllint ansible-lint
30+
run: pip3 install molecule[docker] yamllint ansible-lint
3131

3232
- name: Run Molecule tests.
3333
run: molecule test

0 commit comments

Comments
 (0)