Skip to content

Commit 2c902cf

Browse files
committed
use my branch
1 parent 27ca927 commit 2c902cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ buildvariants:
175175
expansions:
176176
DIR: llama-index-python-vectorstore
177177
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
179180
DATABASE: llama_index_test_db
180181
run_on:
181182
- rhel87-small

chatgpt-retrieval-plugin/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
1414
$PYTHON_BINARY -m venv .venv
1515
. .venv/bin/activate
1616
PYTHON_BINARY=$(which python)
17+
$PYTHON_BINARY -m pip install -U pip poetry
1718
# Create a package specific poetry environment
1819
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
1920
# Activate the poetry env, which itself does not include poetry

0 commit comments

Comments
 (0)