Skip to content

Updated pgvector on CI #4

Updated pgvector on CI

Updated pgvector on CI #4

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14
allow-prerelease-opam: true
- uses: ankane/setup-postgres@v1
with:
database: pgvector_ocaml_test
dev-files: true
- run: |
cd /tmp
git clone --branch v0.6.0 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
- run: opam install postgresql
- run: opam exec -- dune exec ./example.exe