Skip to content

Commit 85a5cab

Browse files
n-thumanngreenbonebot
authored andcommitted
Add: Recommened arguments for uv
1 parent e6343d5 commit 85a5cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint-python/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
working-directory: ${{ inputs.working-directory }}
6666
- if: ${{ inputs.package-manager == 'uv' && inputs.install-dependencies == 'true' }}
6767
name: Install dependencies with uv
68-
run: uv sync
68+
run: uv sync --locked --all-extras --dev
6969
shell: bash
7070
working-directory: ${{ inputs.working-directory }}
7171
- run: ${{ inputs.package-manager }} run ${{ inputs.formatter }} ${{ inputs.packages }}

0 commit comments

Comments
 (0)