Skip to content

Commit 5f0f295

Browse files
committed
Use fixed poetry version 1.8.5 also for create PR
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 766bc58 commit 5f0f295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
python -m venv .venv
7575
. .venv/bin/activate
7676
python -m pip install --upgrade pip
77-
pip install poetry
77+
pip install poetry==1.8.5
7878
poetry config virtualenvs.create false
7979
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

Comments
 (0)