8000 Remove verbose option from uv sync · python-kasa/python-kasa@a6ff8d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6ff8d0

Browse files
committed
Remove verbose option from uv sync
1 parent 4db6992 commit a6ff8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
- name: "uv install"
6969
shell: bash
7070
run: |
71-
uv sync -v --python "${{ steps.setup-python.outputs.python-path }}" ${{ inputs.uv-install-options }}
71+
uv sync --python "${{ steps.setup-python.outputs.python-path }}" ${{ inputs.uv-install-options }}
7272
7373
- name: Read pre-commit version
7474
if: inputs.cache-pre-commit == 'true'

0 commit comments

Comments
 (0)
0