Skip to content

Commit

Permalink
Install poetry and flake before pushing the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentepinto98 committed Dec 20, 2024
1 parent 65a5211 commit 120454e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sdk-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ jobs:
GH_REPO: "stackitcloud/stackit-sdk-python"
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
run: |
pip install poetry
poetry config virtualenvs.create false
pip install flake8
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 comments on commit 120454e

Please sign in to comment.