We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b9d52 commit f662b06Copy full SHA for f662b06
.github/workflows/sdk-pr.yaml
@@ -78,20 +78,12 @@ jobs:
78
run: make download-oas
79
- name: Generate SDK
80
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'
+ - name: Install Python SDK
+ working-directory: ./sdk-repo-updated
88
run: |
89
pip install poetry
90
poetry config virtualenvs.create false
91
- make install
92
- - name: Install Python SDK
93
- working-directory: ./sdk-repo-updated
94
- run: make install-dev
+ make install-dev
95
- name: Lint Python
96
working-directory: ./sdk-repo-updated
97
run: make lint
0 commit comments