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:
5353 psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
5454 psql -d postgres -c 'CREATE EXTENSION vector'
5555
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 }}
6363
6464 - name : Install pgvector
6565 if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments