Skip to content

Commit f061b39

Browse files
committed
fix
1 parent 31c12d4 commit f061b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ jobs:
6868
python -m venv .venv
6969
. .venv/bin/activate
7070
python -m pip install --upgrade pip
71+
pip install poetry
72+
poetry config virtualenvs.create false
7173
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)