update @native
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (3.12.7) (push) Failing after 1m27s

This commit is contained in:
hoangvv 2025-01-15 10:36:16 +07:00
parent df1565f305
commit 10667672e9

View File

@ -25,7 +25,7 @@ jobs:
- name: Create Python virtual environment
run: python -m venv venv
- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0
with:
@ -36,12 +36,7 @@ jobs:
- name: Activate virtual environment and install dependencies
run: make install
- name: Install Postgres
uses: harmon758/postgresql-action@v1
with:
postgresql version: '16'
- name: Generate Config
run: make gen_config