Skip to content

Commit 99be288

Browse files
committed
fix other pipeline too
1 parent 50ed65e commit 99be288

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sdk-pr.yaml

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