We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323e525 commit ef5de46Copy full SHA for ef5de46
.github/workflows/build.yml
@@ -6,9 +6,9 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python: [3.11, 3.8]
+ python: [3.12, 3.8]
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- uses: actions/setup-python@v4
13
with:
14
python-version: ${{ matrix.python }}
@@ -19,7 +19,7 @@ jobs:
19
dev-files: true
20
- run: |
21
cd /tmp
22
- git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
23
cd pgvector
24
make
25
sudo make install
0 commit comments