Skip to content

Commit 9623cd6

Browse files
authored
Merge pull request #8 from stackhpc/pin-rich
CI: pin rich to <11
2 parents 0599f83 + 4d41fde commit 9623cd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
else
3333
ansible_package=ansible-core
3434
fi
35-
pip install $ansible_package==${{ matrix.ansible }}.* 'ansible-lint<5'
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'
3637
3738
- name: Linting code
3839
run: |

0 commit comments

Comments
 (0)