File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
44
- uses : actions/checkout@v4
45
45
46
46
- name : (MacOS) Install postgreSQL and pgvector using brew
47
- if : matrix.os == 'macos-13'
47
+ if : matrix.os == 'macos-13' || matrix.os == 'macos-latest-xlarge'
48
48
run : |
49
49
brew install postgresql@14
50
50
brew link --overwrite postgresql@14
@@ -54,13 +54,13 @@ jobs:
54
54
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
55
55
psql -d postgres -c 'CREATE EXTENSION vector'
56
56
57
- - name : (MacOSLarge) Install postgreSQL using action-setup-postgres
58
- if : matrix.os == 'macos-latest-xlarge'
59
- uses : ikalnytskyi/action-setup-postgres@v6
60
- with :
61
- username : ${{ env.POSTGRES_USERNAME }}
62
- password : ${{ env.POSTGRES_PASSWORD }}
63
- database : ${{ env.POSTGRES_DATABASE }}
57
+ # - name: (MacOSLarge) Install postgreSQL using action-setup-postgres
58
+ # if: matrix.os == 'macos-latest-xlarge'
59
+ # uses: ikalnytskyi/action-setup-postgres@v6
60
+ # with:
61
+ # username: ${{ env.POSTGRES_USERNAME }}
62
+ # password: ${{ env.POSTGRES_PASSWORD }}
63
+ # database: ${{ env.POSTGRES_DATABASE }}
64
64
65
65
- name : (Windows) Install pgvector using install-pgvector.bat
66
66
if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments