Skip to content

Commit abf30b5

Browse files
authored
Merge pull request #35 from mongodb-labs/llama-index-python-kvstore-fetch-local
2 parents a4fb780 + bfce858 commit abf30b5

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
@@ -4,7 +4,7 @@ set -x
44

55
. $workdir/src/.evergreen/utils.sh
66

7-
CONN_STRING=$($atlas deployments connect $DIR --connectWith connectionString)
7+
CONN_STRING=$(fetch_local_atlas_uri)
88
PYTHON_BINARY=$(find_python3)
99
$PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}')"
1010

0 commit comments

Comments
 (0)