File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,8 @@ buildvariants:
175
175
expansions :
176
176
DIR : llama-index-python-vectorstore
177
177
REPO_NAME : llama_index
178
- CLONE_URL : https://github.com/run-llama/llama_index.git
178
+ # TODO: Update INTPYTHON-414
179
+ CLONE_URL : -b INTPYTHON-414 --single-branch https://github.com/blink1073/llama_index.git
179
180
DATABASE : llama_index_test_db
180
181
run_on :
181
182
- rhel87-small
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
14
14
$PYTHON_BINARY -m venv .venv
15
15
. .venv/bin/activate
16
16
PYTHON_BINARY=$( which python)
17
+ $PYTHON_BINARY -m pip install -U pip poetry
17
18
# Create a package specific poetry environment
18
19
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
19
20
# Activate the poetry env, which itself does not include poetry
You can’t perform that action at this time.
0 commit comments