Skip to content

Commit

Permalink
Merge pull request #23 from mila-iqia/ci/unpin_rich
Browse files Browse the repository at this point in the history
ci: unpin rich
  • Loading branch information
btravouillon authored May 31, 2023
2 parents c6b7d0f + 0bf0635 commit 24623a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v3

- name: Install packages
run: pip install 'ansible-lint<6.17.0' 'rich<13.4.0'
run: pip install 'ansible-lint<6.17.0'

- name: Run ansible linter
run: ansible-lint

0 comments on commit 24623a2

Please sign in to comment.