We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766bc58 commit 5f0f295Copy full SHA for 5f0f295
.github/workflows/sdk-pr.yaml
@@ -74,6 +74,6 @@ jobs:
74
python -m venv .venv
75
. .venv/bin/activate
76
python -m pip install --upgrade pip
77
- pip install poetry
+ pip install poetry==1.8.5
78
poetry config virtualenvs.create false
79
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 }})" "[email protected]:stackitcloud/stackit-sdk-python.git" "python"
0 commit comments