We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40299ad commit 23b3ee8Copy full SHA for 23b3ee8
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
python-version: '3.x'
43
44
- name: Install test dependencies
45
- run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2"
+ run: pip3 install ansible docker molecule molecule-plugins[docker] netaddr "requests<2.29.2"
46
47
- name: Run Molecule tests
48
run: molecule test
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
run: molecule test --scenario-name cluster
0 commit comments