Skip to content

Commit b562147

Browse files
committed
ci(tests): workaround issue ansible+molecule+docker
1 parent 0469110 commit b562147

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
python-version: '3.x'
5050

5151
- name: Install test dependencies
52-
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
52+
run: |
53+
pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
54+
# https://github.com/ansible/molecule/issues/4017
55+
pip3 install ansible ansible-core==2.15.2 ansible-compat==4.1.5 'molecule<6' molecule-plugins[docker] docker
5356
5457
- name: Run Molecule test - repo
5558
run: molecule test --scenario-name repo

0 commit comments

Comments
 (0)