Skip to content

Commit f662b06

Browse files
authored
fix: pipeline (#32)
1 parent a9b9d52 commit f662b06

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/sdk-pr.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,12 @@ jobs:
7878
run: make download-oas
7979
- name: Generate SDK
8080
run: make generate-sdk LANGUAGE=python
81-
- uses: actions/checkout@v3
82-
with:
83-
repository: "stackitcloud/stackit-sdk-python-core"
84-
ref: "main"
85-
path: 'python-core'
86-
- name: Install Python SDK Core
87-
working-directory: 'python-core'
81+
- name: Install Python SDK
82+
working-directory: ./sdk-repo-updated
8883
run: |
8984
pip install poetry
9085
poetry config virtualenvs.create false
91-
make install
92-
- name: Install Python SDK
93-
working-directory: ./sdk-repo-updated
94-
run: make install-dev
86+
make install-dev
9587
- name: Lint Python
9688
working-directory: ./sdk-repo-updated
9789
run: make lint

0 commit comments

Comments
 (0)