Skip to content

Commit 97f29cd

Browse files
committed
fixit
1 parent 3d1900e commit 97f29cd

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
@@ -75,7 +75,10 @@ jobs:
7575
- name: Install core
7676
run: |
7777
pip install poetry
78-
poetry config virtualenvs.create false
78+
poetry config virtualenvs.create false
79+
python -m venv .venv
80+
. .venv/bin/activate
81+
echo PATH=$PATH >> $GITHUB_ENV
7982
git clone https://github.com/stackitcloud/stackit-sdk-python-core.git core
8083
cd core;make install;
8184
- name: Install sdk

0 commit comments

Comments
 (0)