We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8743d commit 8a480d7Copy full SHA for 8a480d7
.github/workflows/build.yml
@@ -7,15 +7,15 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-python@v4
9
with:
10
- python-version: '3.10'
+ python-version: 3.11
11
- run: pip install -r requirements.txt
12
- uses: ankane/setup-postgres@v1
13
14
database: pgvector_python_test
15
dev-files: true
16
- run: |
17
cd /tmp
18
- git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
19
cd pgvector
20
make
21
sudo make install
0 commit comments