Skip to content

Commit ab8bece

Browse files
committed
fix?
1 parent e78385b commit ab8bece

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ jobs:
7979
pip install poetry
8080
poetry config virtualenvs.create false
8181
git clone https://github.com/stackitcloud/stackit-sdk-python-core.git core
82-
cd core;make install-dev;
82+
cd core;make install;
83+
- name: Install sdk
84+
working-directory: ./sdk-repo-updated
85+
run: make install-dev
8386
- name: Lint
8487
working-directory: ./sdk-repo-updated
8588
run: make lint

0 commit comments

Comments
 (0)