Skip to content

Commit bb12314

Browse files
committed
Test with pgvector 0.2.7 on CI
1 parent c893e5e commit bb12314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
database: pgvector_node_test
1313
- run: |
1414
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15-
git clone --branch v0.2.4 https://github.com/pgvector/pgvector.git
15+
git clone --branch v0.2.7 https://github.com/pgvector/pgvector.git
1616
cd pgvector
1717
make
1818
sudo make install

0 commit comments

Comments
 (0)