Skip to content

Commit cea62b5

Browse files
committed
Updated pgvector to 0.3.2 on CI
1 parent f26c843 commit cea62b5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ jobs:
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

0 commit comments

Comments
 (0)