We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9623cd6 + f509950 commit cf6b942Copy full SHA for cf6b942
.github/workflows/pull_request.yml
@@ -32,8 +32,7 @@ jobs:
32
else
33
ansible_package=ansible-core
34
fi
35
- # FIXME: rich pinned due to https://github.com/ansible-community/ansible-lint/issues/1795.
36
- pip install $ansible_package==${{ matrix.ansible }}.* 'rich<11' 'ansible-lint<5'
+ pip install $ansible_package==${{ matrix.ansible }}.* 'ansible-lint==5.*'
37
38
- name: Linting code
39
run: |
0 commit comments