Skip to content

Commit ca6fa0d

Browse files
committed
piece out the make commands
1 parent a186c0e commit ca6fa0d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

semantic-kernel-python/run.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ PYTHON_BINARY=$(find_python3)
1010
# WORKING_DIR = src/semantic-kernel-python/semantic-kernel
1111
cd python
1212

13-
make install
13+
# Temporary solution until https://github.com/microsoft/semantic-kernel/issues/9067 resolves
14+
$PYTHON_BINARY -m venv venv_wrapper
15+
source venv_wrapper/bin/activate
16+
pip install --upgrade uv
17+
18+
make install-python
19+
make install-sk
20+
make install-pre-commit
1421

1522
OPENAI_API_KEY=$openai_api_key \
1623
OPENAI_ORG_ID="" \

0 commit comments

Comments
 (0)