Skip to content

Commit

Permalink
Fix lantern version
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Feb 26, 2024
1 parent 4c0cb68 commit a8f2a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ function setup_postgres() {
}

function setup_lantern() {
LANTERN_VERSION=main
LANTERN_VERSION=narek/pgvector-compat
LANTERN_VERSION=v0.2.0
git clone --recursive https://github.com/lanterndata/lantern.git /tmp/lantern
pushd /tmp/lantern
git checkout ${LANTERN_VERSION} && \
Expand Down

0 comments on commit a8f2a71

Please sign in to comment.