Skip to content

Commit a43d270

Browse files
committed
fixup
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 8c3b1c9 commit a43d270

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
@@ -76,5 +76,5 @@ jobs:
7676
python -m pip install --upgrade pip
7777
pip install poetry==1.8.5
7878
poetry config virtualenvs.create false
79-
make install-dev
79+
(cd ./sdk-repo-updated && make install-dev)
8080
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)