Skip to content

Commit e78385b

Browse files
committed
fix installation after poetry change
1 parent d75e32b commit e78385b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
python-version: ${{ matrix.python-version }}
7777
- name: Install core
7878
run: |
79+
pip install poetry
80+
poetry config virtualenvs.create false
7981
git clone https://github.com/stackitcloud/stackit-sdk-python-core.git core
8082
cd core;make install-dev;
8183
- name: Lint

0 commit comments

Comments
 (0)