We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26fbae commit dcacba5Copy full SHA for dcacba5
.github/workflows/build.yml
@@ -4,16 +4,16 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
8
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
9
- run: pip install -r requirements.txt
10
- uses: ankane/setup-postgres@v1
11
with:
12
database: pgvector_python_test
13
- run: |
14
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15
cd /tmp
16
- git clone --branch v0.2.7 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
17
cd pgvector
18
make
19
sudo make install
0 commit comments