Install SpatiaLite in tests

To run tests for #79, #385
This commit is contained in:
Simon Willison 2022-02-03 21:56:34 -08:00 committed by GitHub
commit 4a2a3e2fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,8 @@ jobs:
- name: Optionally install numpy
if: matrix.numpy == 1
run: pip install numpy
- name: Install SpatiaLite
run: sudo apt-get install libsqlite3-mod-spatialite
- name: Run tests
run: |
pytest -v