Skip to content

Commit

Permalink
Remove old windows start
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Oct 21, 2024
1 parent 32f8aa1 commit 0359ae2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/app-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
psql -d postgres -c 'CREATE EXTENSION vector'
- name: (Windows) Start postgreSQL
if: matrix.os == 'windows-latest'
uses: ikalnytskyi/action-setup-postgres@v6
with:
username: ${{ env.POSTGRES_USERNAME }}
password: ${{ env.POSTGRES_PASSWORD }}
database: ${{ env.POSTGRES_DATABASE }}
# - name: (Windows) Start postgreSQL
# if: matrix.os == 'windows-latest'
# uses: ikalnytskyi/action-setup-postgres@v6
# with:
# username: ${{ env.POSTGRES_USERNAME }}
# password: ${{ env.POSTGRES_PASSWORD }}
# database: ${{ env.POSTGRES_DATABASE }}

- name: Install pgvector
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 0359ae2

Please sign in to comment.