Skip to content

Commit 39c03c4

Browse files
committed
Fix
1 parent 3d852fe commit 39c03c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Run linters
5454
working-directory: .
5555
run: |
56-
python -m install ruff pylint flake8
56+
python -m pip install ruff pylint flake8
5757
chmod +x conf/run_linters.sh
5858
conf/run_linters.sh
5959
# - name: Cache SonarQube packages

0 commit comments

Comments
 (0)