We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5197b96 commit 78736c0Copy full SHA for 78736c0
1 file changed
.github/workflows/tests.yml
@@ -114,7 +114,8 @@ jobs:
114
version: "0.8.15"
115
116
- name: Install Python dependencies
117
- run: uv sync --project=${{ inputs.pyproject-directory }} --locked --group test --no-default-groups
+ working-directory: python
118
+ run: uv sync --locked --group test --no-default-groups
119
120
- name: Minidom test
121
working-directory: python
0 commit comments