Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 5280633

Browse files
committed
Fix Molecule CI workflow since docker plugin has moved.
1 parent d6d2776 commit 5280633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
python-version: '3.x'
6565

6666
- name: Install test dependencies.
67-
run: pip3 install ansible molecule[docker] docker
67+
run: pip3 install ansible molecule molecule-plugins[docker] docker
6868

6969
- name: Run Molecule tests.
7070
run: molecule test

0 commit comments

Comments
 (0)