Skip to content

Commit

Permalink
Merge pull request #365 from stackhpc/remove-rich-pinning
Browse files Browse the repository at this point in the history
Remove pinning of rich version
  • Loading branch information
priteau authored Jan 13, 2025
2 parents 452b3cf + 40c8e57 commit a395c1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
run: |
pip install -r requirements.txt
# FIXME: rich pinned due to https://github.com/ansible-community/ansible-lint/issues/1795.
- name: Install ansible-lint
run: |
pip install ansible-core==2.16.* 'rich<11' ansible-lint==24.*
pip install ansible-core==2.16.* ansible-lint==24.*
- name: Lint Ansible playbooks
run: |
Expand Down

0 comments on commit a395c1c

Please sign in to comment.