Skip to content

Commit

Permalink
try for u
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Aug 29, 2024
1 parent c4fd159 commit db5e693
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit db5e693

Please sign in to comment.