Skip to content

Commit a03c42c

Browse files
fix(uv) use sync instead of not existing install to install deps (#238)
1 parent 38385d8 commit a03c42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
GH_REPO: "stackitcloud/stackit-sdk-python"
7575
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
7676
run: |
77-
(cd ./sdk-repo-updated && uv install)
77+
(cd ./sdk-repo-updated && uv sync)
7878
scripts/sdk-create-pr.sh "generator-bot-${{ github.run_id }}" "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" "git@github.com:stackitcloud/stackit-sdk-python.git" "python"
7979
8080
main-java:

0 commit comments

Comments
 (0)