Skip to content

Commit ad32dc0

Browse files
committed
Fixed warnings on CI and updated pgvector
1 parent 78569e0 commit ad32dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
python: [3.12, 3.8]
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: ${{ matrix.python }}
1515
- run: pip install -r requirements.txt
@@ -19,7 +19,7 @@ jobs:
1919
dev-files: true
2020
- run: |
2121
cd /tmp
22-
git clone --branch v0.6.0 https://github.com/pgvector/pgvector.git
22+
git clone --branch v0.6.2 https://github.com/pgvector/pgvector.git
2323
cd pgvector
2424
make
2525
sudo make install

0 commit comments

Comments
 (0)