Skip to content

Commit 2cc94b3

Browse files
committed
fetch local atlas
1 parent 94ef833 commit 2cc94b3

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)