From 10667672e9f4afd957a36344dfe9dab23accbe16 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Wed, 15 Jan 2025 10:36:16 +0700 Subject: [PATCH] update @native --- .gitea/workflows/setup_native.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/setup_native.yml b/.gitea/workflows/setup_native.yml index 7aed480c6..45bbe9a41 100644 --- a/.gitea/workflows/setup_native.yml +++ b/.gitea/workflows/setup_native.yml @@ -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