Skip to content

Commit e675f10

Browse files
committed
fixing lint problem
1 parent d0afeaa commit e675f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
pip install tox tox-gh-actions
42+
pip install tox tox-gh-actions "ansible-core>=2.20.0"
4343
- name: Run the tests
4444
run: tox -- molecule test -s ${{ matrix.scenario }}
4545
env:

0 commit comments

Comments
 (0)