Skip to content

Commit

Permalink
Merge pull request jamulussoftware#3415 from jamulussoftware/revert--…
Browse files Browse the repository at this point in the history
…break-system-packages

Revert pip "--break-system-packages"
  • Loading branch information
pljones authored Oct 25, 2024
2 parents 85ca8a5 + 41f07ba commit ebb58c5
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" --break-system-packages
run: pip install --user "pylint < 3.0"
- name: Check Python files with pylint
run: find ./tools -name '*.py' -print -exec pylint {} +

0 comments on commit ebb58c5

Please sign in to comment.