File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,10 @@ jobs:
38
38
# Postgres environment variables are not needed, as they're passed in below
39
39
steps :
40
40
- 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
-
49
41
- name : Install PostgreSQL development libraries
50
- if : matrix.os == 'ubuntu-latest'
51
42
run : |
52
43
sudo apt update
53
44
sudo apt install postgresql-server-dev-14
54
-
55
45
- name : Setup postgres
56
46
uses : ikalnytskyi/action-setup-postgres@v6
57
47
with :
@@ -60,13 +50,12 @@ jobs:
60
50
database : postgres
61
51
62
52
- name : Install pgvector on MacOS/Linux using install-pgvector.sh
63
- if : matrix.os != 'windows-latest'
64
53
run : .github/workflows/install-pgvector.sh
65
54
66
55
- name : Install python
67
56
uses : actions/setup-python@v5
68
57
with :
69
- python-version : ' 3.12' # install the python version needed
58
+ python-version : ' 3.12'
70
59
71
60
- name : Install azd
72
61
uses : Azure/setup-azd@v1.0.0
You can’t perform that action at this time.
0 commit comments