File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
53
53
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
54
54
psql -d postgres -c 'CREATE EXTENSION vector'
55
55
56
- - name : (Windows) Start postgreSQL
57
- if : matrix.os == 'windows-latest'
58
- uses : ikalnytskyi/action-setup-postgres@v6
59
- with :
60
- username : ${{ env.POSTGRES_USERNAME }}
61
- password : ${{ env.POSTGRES_PASSWORD }}
62
- database : ${{ env.POSTGRES_DATABASE }}
56
+ # - name: (Windows) Start postgreSQL
57
+ # if: matrix.os == 'windows-latest'
58
+ # uses: ikalnytskyi/action-setup-postgres@v6
59
+ # with:
60
+ # username: ${{ env.POSTGRES_USERNAME }}
61
+ # password: ${{ env.POSTGRES_PASSWORD }}
62
+ # database: ${{ env.POSTGRES_DATABASE }}
63
63
64
64
- name : Install pgvector
65
65
if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments