Only install SpatiaLite on Ubuntu, refs #395

For tests added to #79
This commit is contained in:
Simon Willison 2022-02-03 22:05:12 -08:00 committed by GitHub
commit 7494187284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ jobs:
if: matrix.numpy == 1
run: pip install numpy
- name: Install SpatiaLite
if: matrix.os == "ubuntu-latest"
run: sudo apt-get install libsqlite3-mod-spatialite
- name: Run tests
run: |