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 0599f83 + 4d41fde commit 9623cd6Copy full SHA for 9623cd6
.github/workflows/pull_request.yml
@@ -32,7 +32,8 @@ jobs:
32
else
33
ansible_package=ansible-core
34
fi
35
- pip install $ansible_package==${{ matrix.ansible }}.* 'ansible-lint<5'
+ # 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'
37
38
- name: Linting code
39
run: |
0 commit comments