Skip to content

Commit 509c5a9

Browse files
committed
Fix some tests
1 parent c0eb2e3 commit 509c5a9

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
@@ -62,7 +62,7 @@ jobs:
6262
python-version: '3.x'
6363

6464
- name: Install test dependencies
65-
run: pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker
65+
run: pip install 'ansible${{ matrix.ansible-version }}' molecule-plugins[docker] docker
6666

6767
- name: Run Molecule tests
6868
run: |

0 commit comments

Comments
 (0)