Skip to content

Commit a8a39a8

Browse files
authored
Merge pull request #115 from Chisanan232/develop
[CU-86evka5wh] Adjust the Python dependency installation way for the Python uv project
2 parents 90b2a76 + 534c6b0 commit a8a39a8

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)