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 e78385b commit ab8beceCopy full SHA for ab8bece
.github/workflows/ci.yaml
@@ -79,7 +79,10 @@ jobs:
79
pip install poetry
80
poetry config virtualenvs.create false
81
git clone https://github.com/stackitcloud/stackit-sdk-python-core.git core
82
- cd core;make install-dev;
+ cd core;make install;
83
+ - name: Install sdk
84
+ working-directory: ./sdk-repo-updated
85
+ run: make install-dev
86
- name: Lint
87
working-directory: ./sdk-repo-updated
88
run: make lint
0 commit comments