diff --git a/.github/workflows/db-changes-var1.yaml b/.github/workflows/db-changes-var1.yaml index 115802e..f90b2c6 100644 --- a/.github/workflows/db-changes-var1.yaml +++ b/.github/workflows/db-changes-var1.yaml @@ -70,6 +70,10 @@ jobs: python -m pip install --upgrade pip pip install -r app/requirements.txt + - name: Install PostGIS + run: | + apt-get update && apt-get install -y postgis + # - name: Run alembic script autogeneration # id: run-alembic-script-autogen # env: @@ -84,6 +88,10 @@ jobs: run: | alembic -c alembic.ini upgrade head + # - name: Test DB Migration + # id: test-db-migration + + # - name: Checkout new branch # id: checkout-new-branch # run: |