Skip to content

Commit 4b0faf5

Browse files
committed
✏️ Adjust the way to install the dependency for the Python script in CI workflow.
1 parent 82aa244 commit 4b0faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-uv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
echo "Skipping dependency installation"
5050
else
5151
echo "Installing dependencies: [${{ inputs.dependency-groups }}]"
52-
uv pip install --system ".[${{ inputs.dependency-groups }}]"
52+
uv sync --group ${{ inputs.dependency-groups }}
5353
fi
5454
5555
- name: Verify installation

0 commit comments

Comments
 (0)