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 3d852fe commit 39c03c4Copy full SHA for 39c03c4
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Run linters
54
working-directory: .
55
run: |
56
- python -m install ruff pylint flake8
+ python -m pip install ruff pylint flake8
57
chmod +x conf/run_linters.sh
58
conf/run_linters.sh
59
# - name: Cache SonarQube packages
0 commit comments