Skip to content

Commit

Permalink
fix: pipeline (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinKl authored Nov 5, 2024
1 parent a9b9d52 commit f662b06
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/sdk-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,12 @@ jobs:
run: make download-oas
- name: Generate SDK
run: make generate-sdk LANGUAGE=python
- uses: actions/checkout@v3
with:
repository: "stackitcloud/stackit-sdk-python-core"
ref: "main"
path: 'python-core'
- name: Install Python SDK Core
working-directory: 'python-core'
- name: Install Python SDK
working-directory: ./sdk-repo-updated
run: |
pip install poetry
poetry config virtualenvs.create false
make install
- name: Install Python SDK
working-directory: ./sdk-repo-updated
run: make install-dev
make install-dev
- name: Lint Python
working-directory: ./sdk-repo-updated
run: make lint
Expand Down

0 comments on commit f662b06

Please sign in to comment.