Skip to content

Commit 94ef833

Browse files
committed
add motor as an install
1 parent 890a93e commit 94ef833

File tree

1 file changed

+2
-0
lines changed
  • llama-index-python-kvstore

1 file changed

+2
-0
lines changed

llama-index-python-kvstore/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ $PYTHON_BINARY -m pip install -U pip poetry
1717
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
1818
# Activate the poetry env, which itself does not include poetry
1919
source $($PYTHON_BINARY -m poetry env info --path)/bin/activate
20+
# Fix requirement in llama-index repo
21+
$PYTHON_BINARY -m poetry add motor
2022
# Recreate the poetry lock file
2123
$PYTHON_BINARY -m poetry lock --no-update
2224
# Install from pyproject.toml into package specific environment

0 commit comments

Comments
 (0)