Skip to content

Commit ebb58c5

Browse files
authored
Merge pull request #3415 from jamulussoftware/revert--break-system-packages
Revert pip "--break-system-packages"
2 parents 85ca8a5 + 41f07ba commit ebb58c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v4
6060
- name: Install pylint
61-
run: pip install --user "pylint < 3.0" --break-system-packages
61+
run: pip install --user "pylint < 3.0"
6262
- name: Check Python files with pylint
6363
run: find ./tools -name '*.py' -print -exec pylint {} +

0 commit comments

Comments
 (0)