Skip to content

Commit b47a2db

Browse files
committed
Fix CI
1 parent a1d56ca commit b47a2db

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,10 @@ jobs:
3838
# Postgres environment variables are not needed, as they're passed in below
3939
steps:
4040
- uses: actions/checkout@v4
41-
- name: Check for MacOS Runner
42-
if: matrix.os == 'macos-latest-xlarge'
43-
run: brew install postgresql@14
44-
- name: Install pgvector on Windows using install-pgvector.bat
45-
if: matrix.os == 'windows-latest'
46-
shell: cmd
47-
run: .github\workflows\install-pgvector.bat
48-
4941
- name: Install PostgreSQL development libraries
50-
if: matrix.os == 'ubuntu-latest'
5142
run: |
5243
sudo apt update
5344
sudo apt install postgresql-server-dev-14
54-
5545
- name: Setup postgres
5646
uses: ikalnytskyi/action-setup-postgres@v6
5747
with:
@@ -60,13 +50,12 @@ jobs:
6050
database: postgres
6151

6252
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
63-
if: matrix.os != 'windows-latest'
6453
run: .github/workflows/install-pgvector.sh
6554

6655
- name: Install python
6756
uses: actions/setup-python@v5
6857
with:
69-
python-version: '3.12' # install the python version needed
58+
python-version: '3.12'
7059

7160
- name: Install azd
7261
uses: Azure/setup-azd@v1.0.0

0 commit comments

Comments
 (0)