We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78569e0 commit ad32dc0Copy full SHA for ad32dc0
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
python: [3.12, 3.8]
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
13
with:
14
python-version: ${{ matrix.python }}
15
- run: pip install -r requirements.txt
@@ -19,7 +19,7 @@ jobs:
19
dev-files: true
20
- run: |
21
cd /tmp
22
- git clone --branch v0.6.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.6.2 https://github.com/pgvector/pgvector.git
23
cd pgvector
24
make
25
sudo make install
0 commit comments