Skip to content

Commit

Permalink
chore: Change apt package name for pgvector and postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 13, 2024
1 parent fb4eae4 commit 05e8a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup PostgreSQL server
run: |
sudo apt-get update
sudo apt-get install -y postgresql-16 postgresql-16-pgvector
sudo apt-get install -y postgresql postgresql-pgvector
sudo service postgresql start
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
Expand Down

0 comments on commit 05e8a66

Please sign in to comment.