File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,18 @@ jobs:
55
55
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
56
56
psql -d postgres -c 'CREATE EXTENSION vector'
57
57
58
+ - name : (Windows) Install pgvector using install-pgvector.bat
59
+ if : matrix.os == 'windows-latest'
60
+ shell : cmd
61
+ run : .github\workflows\install-pgvector.bat
62
+
58
63
- name : (Windows) Start postgreSQL
59
64
uses : ikalnytskyi/action-setup-postgres@v6
60
65
with :
61
66
username : ${{ env.POSTGRES_USERNAME }}
62
67
password : ${{ env.POSTGRES_PASSWORD }}
63
68
database : ${{ env.POSTGRES_DATABASE }}
64
69
65
- - name : (Windows) Install pgvector using install-pgvector.bat
66
- if : matrix.os == 'windows-latest'
67
- shell : cmd
68
- run : .github\workflows\install-pgvector.bat
69
-
70
70
- name : (Linux) Install pgvector and set password
71
71
if : matrix.os == 'ubuntu-latest'
72
72
run : |
You can’t perform that action at this time.
0 commit comments