File tree Expand file tree Collapse file tree 8 files changed +10
-8
lines changed
llama-index-python-kvstore
llama-index-python-vectorstore Expand file tree Collapse file tree 8 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
9
9
ROOT_DIR=$( dirname $SCRIPT_DIR )
10
10
. $ROOT_DIR /env.sh
11
11
12
- . $SCRIPT_DIR /utils.sh
12
+ . $ROOT_DIR /.evergreen /utils.sh
13
13
14
14
PYTHON_BINARY=$( find_python3)
15
15
$PYTHON_BINARY -c " import sys; print(f'Python version found: {sys.version_info}')"
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ ROOT_DIR=$(dirname $SCRIPT_DIR)
11
11
12
12
. $ROOT_DIR /env.sh
13
13
14
- . $SCRIPT_DIR /utils.sh
14
+ . $ROOT_DIR /.evergreen/utils.sh
15
+
15
16
PYTHON_BINARY=$( find_python3)
16
17
$PYTHON_BINARY -c " import sys; print(f'Python version found: {sys.version_info}')"
17
18
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
8
8
ROOT_DIR=$( dirname $SCRIPT_DIR )
9
9
. $ROOT_DIR /env.sh
10
10
11
- . $SCRIPT_DIR /utils.sh
11
+ . $ROOT_DIR /.evergreen /utils.sh
12
12
13
13
PYTHON_BINARY=$( find_python3)
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
8
8
ROOT_DIR=$( dirname $SCRIPT_DIR )
9
9
. $ROOT_DIR /env.sh
10
10
11
- . $SCRIPT_DIR /utils.sh
11
+ . $ROOT_DIR /.evergreen /utils.sh
12
12
13
13
PYTHON_BINARY=$( find_python3)
14
14
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
7
7
ROOT_DIR=$( dirname $SCRIPT_DIR )
8
8
. $ROOT_DIR /env.sh
9
9
10
- . $SCRIPT_DIR /utils.sh
10
+ . $ROOT_DIR /.evergreen /utils.sh
11
11
12
12
PYTHON_BINARY=$( find_python3)
13
13
$PYTHON_BINARY -c " import sys; print(f'Python version found: {sys.version_info}')"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
7
7
ROOT_DIR=$( dirname $SCRIPT_DIR )
8
8
. $ROOT_DIR /env.sh
9
9
10
- . $SCRIPT_DIR /utils.sh
10
+ . $ROOT_DIR /.evergreen /utils.sh
11
11
12
12
PYTHON_BINARY=$( find_python3)
13
13
$PYTHON_BINARY -c " import sys; print(f'Python version found: {sys.version_info}')"
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
7
7
ROOT_DIR=$( dirname $SCRIPT_DIR )
8
8
. $ROOT_DIR /env.sh
9
9
10
- . $SCRIPT_DIR /utils.sh
10
+ . $ROOT_DIR /.evergreen/utils.sh
11
+
11
12
# WORKING_DIR = $ROOT_DIR/semantic-kernel-csharp/semantic-kernel
12
13
13
14
# Install .NET
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SCRIPT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))
7
7
ROOT_DIR=$( dirname $SCRIPT_DIR )
8
8
. $ROOT_DIR /env.sh
9
9
10
- . $SCRIPT_DIR /utils.sh
10
+ . $ROOT_DIR /.evergreen /utils.sh
11
11
12
12
PYTHON_BINARY=$( find_python3)
13
13
You can’t perform that action at this time.
0 commit comments