Skip to content

Commit 42250b3

Browse files
committed
Readd pytest and testinfra again
1 parent 44a6773 commit 42250b3

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install ansible collections
3939
run: ansible-galaxy collection install community.general
4040
- name: Install molecule
41-
run: "pip3 install molecule molecule-plugins[podman]"
41+
run: "pip3 install molecule molecule-plugins[podman] pytest testinfra"
4242
- name: Run Molecule
4343
run: molecule test
4444
env:

0 commit comments

Comments
 (0)