Skip to content

Commit 2cdb54a

Browse files
committed
Test windows
1 parent b51703c commit 2cdb54a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
#os: ["ubuntu-latest", "windows-latest", "macos-latest-xlarge", "macos-13"]
37-
os: ["macos-latest-xlarge"]
37+
os: ["windows-latest"]
3838
python_version: ["3.11"]
3939
#python_version: ["3.10", "3.11", "3.12"]
4040
exclude:
@@ -54,14 +54,6 @@ jobs:
5454
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
5555
psql -d postgres -c 'CREATE EXTENSION vector'
5656
57-
# - name: (MacOSLarge) Install postgreSQL using action-setup-postgres
58-
# if: matrix.os == 'macos-latest-xlarge'
59-
# uses: ikalnytskyi/action-setup-postgres@v6
60-
# with:
61-
# username: ${{ env.POSTGRES_USERNAME }}
62-
# password: ${{ env.POSTGRES_PASSWORD }}
63-
# database: ${{ env.POSTGRES_DATABASE }}
64-
6557
- name: (Windows) Install pgvector using install-pgvector.bat
6658
if: matrix.os == 'windows-latest'
6759
shell: cmd

0 commit comments

Comments
 (0)