Use awalsh128/cache-apt-pkgs-action action (#1066)
Install libsqlite3-mod-spatialite for Github CI Update sqlite tests
This commit is contained in:
@@ -76,6 +76,11 @@ jobs:
|
||||
mongodb-version: 4.4
|
||||
- name: Install and run SensorThingsAPI
|
||||
uses: cgs-earth/sensorthings-action@v0.0.2
|
||||
- name: Install sqlite and gpkg dependencies
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: libsqlite3-mod-spatialite
|
||||
version: 1.0
|
||||
- name: Install requirements 📦
|
||||
run: |
|
||||
pip3 install -r requirements.txt
|
||||
@@ -115,7 +120,7 @@ jobs:
|
||||
pytest tests/test_rasterio_provider.py
|
||||
pytest tests/test_sensorthings_provider.py
|
||||
pytest tests/test_socrata_provider.py
|
||||
#pytest tests/test_sqlite_geopackage_provider.py
|
||||
pytest tests/test_sqlite_geopackage_provider.py
|
||||
pytest tests/test_tinydb_catalogue_provider.py
|
||||
pytest tests/test_util.py
|
||||
pytest tests/test_xarray_netcdf_provider.py
|
||||
|
||||
Reference in New Issue
Block a user