update @native
This commit is contained in:
parent
292351d067
commit
42a686d8c3
@ -9,6 +9,11 @@ jobs:
|
||||
setup_native:
|
||||
if: contains(github.event.head_commit.message, '@native')
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PG_USER: ${{ secrets.PG_USER }}
|
||||
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
|
||||
DB_SERVER: ${{ vars.DB_SERVER }}
|
||||
DB_PORT: ${{ vars.DB_PORT }}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.12.7]
|
||||
@ -25,14 +30,7 @@ jobs:
|
||||
|
||||
- name: Create Python virtual environment
|
||||
run: python -m venv venv
|
||||
|
||||
- name: Make envfile
|
||||
uses: SpicyPizza/create-envfile@v2.0
|
||||
with:
|
||||
PG_USER: ${{ secrets.PG_USER }}
|
||||
PG_PASSWORD: ${{ secrets.PG_PASSWORD }}
|
||||
DB_SERVER: ${{ vars.DB_SERVER }}
|
||||
DB_PORT: ${{ vars.DB_PORT }}
|
||||
|
||||
- name: Activate virtual environment and install dependencies
|
||||
run: make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user