Skip to content

Commit 0f28a49

Browse files
committed
drop verbose
1 parent 2b21a04 commit 0f28a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: |
5151
python -m pip install uv
52-
uv pip install --system --upgrade --verbose ".[all,test]"
52+
uv pip install --system --upgrade ".[all,test]"
5353
5454
- name: List installed Python packages
5555
run: python -m pip list

0 commit comments

Comments
 (0)