Skip to content

Commit

Permalink
Merge pull request #6 from systemli/fix_lint_dependency
Browse files Browse the repository at this point in the history
Fix ansible-lint dependency
  • Loading branch information
xshadow authored Mar 1, 2021
2 parents 2fb9919 + c02d599 commit 1e0dfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible-lint molecule[docker] molecule-goss yamllint
run: pip3 install ansible-lint==4.3.7 molecule[docker] molecule-goss yamllint

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

0 comments on commit 1e0dfba

Please sign in to comment.