Skip to content

Commit

Permalink
Updated pgvector on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 1, 2023
1 parent d394bcb commit e08cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: bundle exec rake test
- run: |
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
Expand Down

0 comments on commit e08cdae

Please sign in to comment.