Skip to content

Commit

Permalink
chore: pin rich version to make ansible-lint work
Browse files Browse the repository at this point in the history
Correction for 71c7df4 commit.

Relate to #1516
  • Loading branch information
php-coder committed Oct 28, 2023
1 parent a8f0af7 commit f89650b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ jobs:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
- name: Install ansible-lint
run: pip3 install --user ansible-lint==4.3.7
# Pin rich version to workaround https://github.com/ansible/ansible-lint/issues/1795
run: pip3 install --user rich<11.0.0 ansible-lint==4.3.7
- name: Run ansible-lint
run: ./src/main/scripts/execute-command.sh ansible-lint

Expand Down

0 comments on commit f89650b

Please sign in to comment.