We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c12d4 commit f061b39Copy full SHA for f061b39
.github/workflows/sdk-pr.yaml
@@ -68,4 +68,6 @@ jobs:
68
python -m venv .venv
69
. .venv/bin/activate
70
python -m pip install --upgrade pip
71
+ pip install poetry
72
+ poetry config virtualenvs.create false
73
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