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 dcca087 commit 4e27104Copy full SHA for 4e27104
llama-index-python-kvstore/run.sh
@@ -17,7 +17,7 @@ $PYTHON_BINARY -m pip install -U pip poetry
17
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
18
# Activate the poetry env, which itself does not include poetry
19
source $($PYTHON_BINARY -m poetry env info --path)/bin/activate
20
-# Fix requirement in llama-index repo
+# PYTHON-4522: Will fix requirement in llama-index repo
21
$PYTHON_BINARY -m poetry add motor
22
# Recreate the poetry lock file
23
$PYTHON_BINARY -m poetry lock --no-update
0 commit comments