File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
8- - uses : actions/setup-python@v4
9- with :
10- python-version : ' 3.10'
11- - run : pip install -r requirements.txt
12- - uses : ankane/setup-postgres@v1
13- with :
14- database : pgvector_python_test
15- dev-files : true
16- - run : |
17- cd /tmp
18- git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
19- cd pgvector
20- make
21- sudo make install
22- - run : pytest
7+ - uses : actions/checkout@v3
8+ - uses : actions/setup-python@v4
9+ with :
10+ python-version : ' 3.10'
11+ - run : pip install -r requirements.txt
12+ - uses : ankane/setup-postgres@v1
13+ with :
14+ database : pgvector_python_test
15+ dev-files : true
16+ - run : |
17+ cd /tmp
18+ git clone --branch v0.3.2 https://github.com/pgvector/pgvector.git
19+ cd pgvector
20+ make
21+ sudo make install
22+ - run : pytest
You can’t perform that action at this time.
0 commit comments