add install postgres @native
This commit is contained in:
parent
e42507e073
commit
5a96182522
@ -17,8 +17,11 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
|
||||
- name: Install Postgre
|
||||
uses: ikalnytskyi/action-setup-postgres@v7
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ ADDONS=${PWD}/addons,${PWD}/odoo/addons
|
||||
|
||||
install:
|
||||
sudo apt update -y && \
|
||||
sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql postgresql-client && \
|
||||
sudo apt install -y python3-pip libldap2-dev libpq-dev libsasl2-dev postgresql-client && \
|
||||
${PIP} install --no-input -r requirements.txt --break-system-packages
|
||||
gen_config:
|
||||
${PWD}/setup/init_config.sh --native ${ADDONS}
|
||||
|
Loading…
Reference in New Issue
Block a user