Skip to content

Commit 0bf5955

Browse files
committed
Test with pgvector 0.2.1 on CI
1 parent 5a9ca95 commit 0bf5955

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: build
22
on: [push, pull_request]
33
jobs:
44
build:
5-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
65
runs-on: ubuntu-latest
76
steps:
87
- uses: actions/checkout@v2
@@ -12,8 +11,8 @@ jobs:
1211
with:
1312
database: pgvector_node_test
1413
- run: |
15-
sudo apt-get update && sudo apt-get install postgresql-server-dev-13
16-
git clone --branch v0.1.7 https://github.com/ankane/pgvector.git
14+
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15+
git clone --branch v0.2.1 https://github.com/ankane/pgvector.git
1716
cd pgvector
1817
make
1918
sudo make install

0 commit comments

Comments
 (0)