update @native
This commit is contained in:
parent
292351d067
commit
42a686d8c3
@ -9,6 +9,11 @@ jobs:
|
|||||||
setup_native:
|
setup_native:
|
||||||
if: contains(github.event.head_commit.message, '@native')
|
if: contains(github.event.head_commit.message, '@native')
|
||||||
runs-on: ubuntu-latest
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.12.7]
|
python-version: [3.12.7]
|
||||||
@ -26,13 +31,6 @@ jobs:
|
|||||||
- name: Create Python virtual environment
|
- name: Create Python virtual environment
|
||||||
run: python -m venv venv
|
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
|
- name: Activate virtual environment and install dependencies
|
||||||
run: make install
|
run: make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user