Skip to content

Commit a395c1c

Browse files
authored
Merge pull request #365 from stackhpc/remove-rich-pinning
Remove pinning of rich version
2 parents 452b3cf + 40c8e57 commit a395c1c

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)