Skip to content

Commit 93be7e1

Browse files
committed
Rm unused code
1 parent c3bac47 commit 93be7e1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/app-tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ 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 }}
63-
6456
- name: Install pgvector
6557
if: matrix.os == 'windows-latest'
6658
shell: cmd

0 commit comments

Comments
 (0)