Skip to content

Commit af6a1f5

Browse files
committed
Test with pgvector 0.1.8 on CI
1 parent 927dadb commit af6a1f5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 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
@@ -14,7 +13,7 @@ jobs:
1413
- run: |
1514
sudo apt-get update && sudo apt-get install postgresql-server-dev-13
1615
cd /tmp
17-
git clone --branch v0.1.7 https://github.com/ankane/pgvector.git
16+
git clone --branch v0.1.8 https://github.com/ankane/pgvector.git
1817
cd pgvector
1918
make
2019
sudo make install

0 commit comments

Comments
 (0)