Skip to content

Commit

Permalink
Run pip with "--break-system-packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Oct 12, 2024
1 parent 0d6a455 commit c1718a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install pylint
run: pip install --user "pylint < 3.0"
run: pip install --user "pylint < 3.0" --break-system-packages
- name: Check Python files with pylint
run: find ./tools -name '*.py' -print -exec pylint {} +

0 comments on commit c1718a8

Please sign in to comment.