Skip to content

Commit

Permalink
[fix] Workaround for spatialite issue on Ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 6, 2023
1 parent 81c5b05 commit 0ce44b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.spatialite',
'ENGINE': 'openwisp_utils.db.backends.spatialite',
'NAME': os.path.join(BASE_DIR, 'openwisp_network_topology.db'),
}
}
Expand Down

0 comments on commit 0ce44b1

Please sign in to comment.