Skip to content

Commit 8a480d7

Browse files
committed
Updated CI
1 parent db8743d commit 8a480d7

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
@@ -7,15 +7,15 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-python@v4
99
with:
10-
python-version: '3.10'
10+
python-version: 3.11
1111
- run: pip install -r requirements.txt
1212
- uses: ankane/setup-postgres@v1
1313
with:
1414
database: pgvector_python_test
1515
dev-files: true
1616
- run: |
1717
cd /tmp
18-
git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
18+
git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
1919
cd pgvector
2020
make
2121
sudo make install

0 commit comments

Comments
 (0)