File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed
Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - uses : actions/checkout@v4
8- - uses : ankane/setup-postgres@v1
9- with :
10- database : pgvector_c_test
11- dev-files : true
8+ # - uses: ankane/setup-postgres@v1
9+ # with:
10+ # database: pgvector_c_test
11+ # dev-files: true
12+ # - run: |
13+ # cd /tmp
14+ # git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
15+ # cd pgvector
16+ # make
17+ # sudo make install
18+ # - run: cmake -S . -B build
19+ # - run: cmake --build build
20+ # - run: build/test
21+
1222 - run : |
13- cd /tmp
14- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
15- cd pgvector
16- make
17- sudo make install
18- - run : cmake -S . -B build
19- - run : cmake --build build
20- - run : build/test
23+ sudo apt-get update
24+ sudo apt-get install libcjson-dev
2125
2226 - run : |
2327 cd examples/openai
3135
3236 - run : |
3337 cd examples/loading
34- createdb pgvector_example
3538 cmake -S . -B build
3639 cmake --build build
37- build/example
40+ # createdb pgvector_example
41+ # build/example
You can’t perform that action at this time.
0 commit comments