Skip to content

Commit c7b8191

Browse files
committed
Quieter pip upgrade
1 parent d892dcc commit c7b8191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: Install pip dependencies
2424
run: |
25-
python3 -mpip install --upgrade pip
25+
python3 -mpip install -q --upgrade pip
2626
python3 -mpip install -q flake8 pylint ruff mypy pytype pyright fixit
2727
python3 -mpip install -q flake8-sarif-formatter
2828
- name: Run Python Lint

0 commit comments

Comments
 (0)