We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0afeaa commit e675f10Copy full SHA for e675f10
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install dependencies
40
run: |
41
python -m pip install --upgrade pip
42
- pip install tox tox-gh-actions
+ pip install tox tox-gh-actions "ansible-core>=2.20.0"
43
- name: Run the tests
44
run: tox -- molecule test -s ${{ matrix.scenario }}
45
env:
0 commit comments