Skip to content

Commit 0359ae2

Browse files
committed
Remove old windows start
1 parent 32f8aa1 commit 0359ae2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/app-tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)