Skip to content

Commit 4d15c4b

Browse files
committed
switched to importing .[mongodb]
1 parent c821d62 commit 4d15c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-kernel-python/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source $($PYTHON_BINARY -m poetry env info --path)/bin/activate
2121
# Recreate the poetry lock file
2222
$PYTHON_BINARY -m poetry lock --no-update
2323
# Install from pyproject.toml into package specific environment
24-
$PYTHON_BINARY -m poetry install --with dev
24+
$PYTHON_BINARY -m poetry install ".[mongodb]" --with dev
2525

2626
# Create .env file
2727
python -c "from dotenv import set_key; set_key('.env', 'OPENAI_API_KEY', '$openai_api_key')"

0 commit comments

Comments
 (0)