Skip to content

Commit f265ea3

Browse files
committed
Test with pgvector 0.2.4 on CI
1 parent 17d2311 commit f265ea3

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
@@ -13,7 +13,7 @@ jobs:
1313
- run: |
1414
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
1515
cd /tmp
16-
git clone --branch v0.2.1 https://github.com/pgvector/pgvector.git
16+
git clone --branch v0.2.4 https://github.com/pgvector/pgvector.git
1717
cd pgvector
1818
make
1919
sudo make install

0 commit comments

Comments
 (0)