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