diff --git a/.github/workflows/coding-style-check.yml b/.github/workflows/coding-style-check.yml index c39280f876..0acda1d318 100644 --- a/.github/workflows/coding-style-check.yml +++ b/.github/workflows/coding-style-check.yml @@ -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 {} +