Skip to content

Commit 534c6b0

Browse files
committed
✏️ Adjust the Python dependency installation way for the Python uv project.
1 parent 90b2a76 commit 534c6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_uv_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ inputs.install_dependency_with_group != '' }}
119119
working-directory: ${{ inputs.test_working_directory }}
120120
run: |
121-
uv pip install --group=${{ inputs.install_dependency_with_group }}
121+
uv sync --locked --all-extras --dev --group=${{ inputs.install_dependency_with_group }}
122122
123123
- name: Run pre-test script
124124
if: ${{ inputs.pre_test_script != '' }}

0 commit comments

Comments
 (0)