From d770f8426b8d981454a01c15301d64e00cb51275 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 15 Feb 2022 09:57:29 -0800 Subject: [PATCH] Use SpatiaLite when calculating coverage, refs #407 --- .github/workflows/test-coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 4b99cc5..0681f66 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -24,6 +24,8 @@ jobs: key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }} restore-keys: | ${{ runner.os }}-pip- + - name: Install SpatiaLite + run: sudo apt-get install libsqlite3-mod-spatialite - name: Install Python dependencies run: | python -m pip install --upgrade pip