Skip to content

Commit 12f31c6

Browse files
committed
fix
1 parent 85f90ce commit 12f31c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ jobs:
6464
GH_REPO: "stackitcloud/stackit-sdk-python"
6565
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
6666
run: |
67+
python -m venv .venv
68+
. .venv/bin/activate
69+
python -m pip install --upgrade pip
6770
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"

0 commit comments

Comments
 (0)