Skip to content

Commit 4e27104

Browse files
authored
Update llama-index-python-kvstore/run.sh
1 parent dcca087 commit 4e27104

File tree

1 file changed

+1
-1
lines changed
  • llama-index-python-kvstore

1 file changed

+1
-1
lines changed

llama-index-python-kvstore/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $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
20+
# PYTHON-4522: Will fix requirement in llama-index repo
2121
$PYTHON_BINARY -m poetry add motor
2222
# Recreate the poetry lock file
2323
$PYTHON_BINARY -m poetry lock --no-update

0 commit comments

Comments
 (0)