Skip to content

Commit

Permalink
Update django.yml; add env for db #31
Browse files Browse the repository at this point in the history
  • Loading branch information
geofranzi authored Oct 7, 2023
1 parent 334c95c commit 833130f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
python-version: ['3.10', 3.11]

steps:
- env:
DATABASES: 'sqlite:////test_db.sqlite3'
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand All @@ -27,7 +29,7 @@ jobs:
export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal
python -m pip install --upgrade pip
pip install -r requirements/base.txt
pip install -r requirements/local.txt
- name: Run mirgate
run: |
cd framework/
Expand Down

0 comments on commit 833130f

Please sign in to comment.