Skip to content

Commit b696388

Browse files
committed
Test with pgvector 0.3.0 on CI
1 parent bb12314 commit b696388

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v2
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-node@v3
99
- run: npm install
1010
- uses: ankane/setup-postgres@v1
1111
with:
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.7 https://github.com/pgvector/pgvector.git
15+
git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
1616
cd pgvector
1717
make
1818
sudo make install

0 commit comments

Comments
 (0)