We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bac47 commit 93be7e1Copy full SHA for 93be7e1
.github/workflows/app-tests.yaml
@@ -53,14 +53,6 @@ jobs:
53
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
54
psql -d postgres -c 'CREATE EXTENSION vector'
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 }}
63
-
64
- name: Install pgvector
65
if: matrix.os == 'windows-latest'
66
shell: cmd
0 commit comments