Skip to content

Commit 78736c0

Browse files
fixup
1 parent 5197b96 commit 78736c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
version: "0.8.15"
115115

116116
- name: Install Python dependencies
117-
run: uv sync --project=${{ inputs.pyproject-directory }} --locked --group test --no-default-groups
117+
working-directory: python
118+
run: uv sync --locked --group test --no-default-groups
118119

119120
- name: Minidom test
120121
working-directory: python

0 commit comments

Comments
 (0)