We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c4a94 commit d555077Copy full SHA for d555077
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
python: [3.14, "3.10"]
10
steps:
11
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
12
- uses: actions/setup-python@v6
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.8.2 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.4 https://github.com/pgvector/pgvector.git
23
cd pgvector
24
make
25
sudo make install
0 commit comments