Skip to content

Commit dcacba5

Browse files
committed
Test with pgvector 0.3.0 on CI
1 parent c26fbae commit dcacba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-python@v2
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-python@v4
99
- run: pip install -r requirements.txt
1010
- uses: ankane/setup-postgres@v1
1111
with:
1212
database: pgvector_python_test
1313
- run: |
1414
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
1515
cd /tmp
16-
git clone --branch v0.2.7 https://github.com/pgvector/pgvector.git
16+
git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
1717
cd pgvector
1818
make
1919
sudo make install

0 commit comments

Comments
 (0)