Skip to content

Commit 68890e6

Browse files
fix(uv) use make install-dev instead of directly uv without root pyproject.toml (#239)
1 parent a03c42c commit 68890e6

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 sync)
77+
(cd ./sdk-repo-updated && make install-dev)
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)