We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e675f10 commit 9b6f5fbCopy full SHA for 9b6f5fb
.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 "ansible-core>=2.20.0"
+ pip install tox tox-gh-actions
43
- name: Run the tests
44
run: tox -- molecule test -s ${{ matrix.scenario }}
45
env:
0 commit comments