Skip to content

Commit 40c8e57

Browse files
committed
Remove pinning of rich version
This issue is resolved.
1 parent 452b3cf commit 40c8e57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
run: |
2424
pip install -r requirements.txt
2525
26-
# FIXME: rich pinned due to https://github.com/ansible-community/ansible-lint/issues/1795.
2726
- name: Install ansible-lint
2827
run: |
29-
pip install ansible-core==2.16.* 'rich<11' ansible-lint==24.*
28+
pip install ansible-core==2.16.* ansible-lint==24.*
3029
3130
- name: Lint Ansible playbooks
3231
run: |

0 commit comments

Comments
 (0)