We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe29c7e commit de54792Copy full SHA for de54792
.github/workflows/lint.yml
@@ -25,9 +25,9 @@ jobs:
25
- uses: actions/checkout@v4
26
- name: Install pip dependencies
27
run: |
28
- python3 -mpip install -q --upgrade pip
29
- python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit pyre-check
30
- python3 -mpip install -q flake8-sarif-formatter
+ python3 -mpip install -q --upgrade pip --break-system-packages
+ python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit pyre-check --break-system-packages
+ python3 -mpip install -q flake8-sarif-formatter --break-system-packages
31
- name: Run Python Lint
32
uses: advanced-security/python-lint-code-scanning-action@main
33
with:
0 commit comments