update @native
This commit is contained in:
parent
68db2e027e
commit
df1565f305
@ -26,14 +26,6 @@ jobs:
|
||||
- name: Create Python virtual environment
|
||||
run: python -m venv venv
|
||||
|
||||
- name: Activate virtual environment and install dependencies
|
||||
run: make install
|
||||
|
||||
- name: Install Postgres
|
||||
uses: harmon758/postgresql-action@v1
|
||||
with:
|
||||
postgresql version: '16'
|
||||
|
||||
- name: Make envfile
|
||||
uses: SpicyPizza/create-envfile@v2.0
|
||||
with:
|
||||
@ -42,6 +34,14 @@ jobs:
|
||||
DB_SERVER: ${{ vars.DB_SERVER }}
|
||||
DB_PORT: ${{ vars.DB_PORT }}
|
||||
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user