Skip to content

Commit

Permalink
Try explicit ansible-lint install for molecule to get v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen committed Feb 11, 2021
1 parent b715305 commit bac4e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install molecule[docker,lint] docker flake8 pytest-testinfra
run: pip3 install ansible-lint[core] molecule[docker] docker flake8 pytest-testinfra

- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit bac4e4a

Please sign in to comment.