Skip to content

Commit 34a925f

Browse files
committed
Fixed CI
1 parent d9b8b65 commit 34a925f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
with:
1212
database: pgvector_python_test
1313
- run: |
14-
sudo apt-get update && sudo apt-get install postgresql-server-dev-13
14+
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
1515
cd /tmp
16-
git clone --branch v0.1.8 https://github.com/ankane/pgvector.git
16+
git clone --branch v0.2.0 https://github.com/ankane/pgvector.git
1717
cd pgvector
1818
make
1919
sudo make install

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
asyncpg
22
Django
33
numpy
4+
psycopg[binary]
45
psycopg2
56
pytest
67
pytest-asyncio
78
SQLAlchemy
8-
psycopg[binary]

0 commit comments

Comments
 (0)