Skip to content

Commit

Permalink
fix external indexing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Nov 26, 2024
1 parent 658a09f commit c4badd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd $WORKDIR/lantern_hnsw/build

export DATABASE_URL=postgresql://localhost:5432/postgres
export LANTERN_DATABASE_URL=postgresql://localhost:5432/postgres
git clone https://github.com/lanterndata/benchmark
git clone https://github.com/lanterndata/benchmark -b varik/fix-external-indexing
cd benchmark
pip install -r core/requirements.txt
pip install -r external/requirements.txt
Expand Down

0 comments on commit c4badd3

Please sign in to comment.