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 3d1900e commit 97f29cdCopy full SHA for 97f29cd
.github/workflows/ci.yaml
@@ -75,7 +75,10 @@ jobs:
75
- name: Install core
76
run: |
77
pip install poetry
78
- poetry config virtualenvs.create false
+ poetry config virtualenvs.create false
79
+ python -m venv .venv
80
+ . .venv/bin/activate
81
+ echo PATH=$PATH >> $GITHUB_ENV
82
git clone https://github.com/stackitcloud/stackit-sdk-python-core.git core
83
cd core;make install;
84
- name: Install sdk
0 commit comments