Skip to content

Commit

Permalink
limit ansible-lint version to 6.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dangel101 authored and mwperina committed Oct 27, 2022
1 parent 0a578cb commit 5374bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Install required PyPI packages
run: ${{ matrix.pip-command }} install "ansible-lint>=6.0.0,<7.0.0"
run: ${{ matrix.pip-command }} install "ansible-lint>=6.0.0,<6.8.3"

- name: Checkout sources
uses: ovirt/checkout-action@main
Expand Down

0 comments on commit 5374bab

Please sign in to comment.