Skip to content

Commit 70fbf2b

Browse files
committed
➕ Add setting of the tset directory.
1 parent 5a904d0 commit 70fbf2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rw_uv_run_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
107107
- name: Install all the project dependencies
108108
if: ${{ inputs.install_dependency_with_group == '' }}
109+
working-directory: ${{ inputs.test_working_directory }}
109110
run: uv sync --locked --all-extras --dev
110111

111112
- name: Build Python runtime environment by UV with dependency group *${{ inputs.install_dependency_with_group }}*

0 commit comments

Comments
 (0)