Fixes for github actions lik unit tests (#992)

* use int

* Update esri test data source

* Run tests on DEBUG loglevel

* Use np.int32
This commit is contained in:
Benjamin Webb
2022-09-26 20:04:21 -04:00
committed by GitHub
parent 4cdc8a965a
commit ffffc09fbe
7 changed files with 63 additions and 60 deletions
+5 -1
View File
@@ -99,7 +99,7 @@ jobs:
pytest tests/test_openapi.py
pytest tests/test_postgresql_provider.py
pytest tests/test_rasterio_provider.py
pytest tests/test_sensorthings_provider.py
pytest tests/test_sensorthings_provider.py
pytest tests/test_socrata_provider.py
#pytest tests/test_sqlite_geopackage_provider.py
pytest tests/test_tinydb_catalogue_provider.py
@@ -108,4 +108,8 @@ jobs:
pytest tests/test_xarray_zarr_provider.py
- name: build docs 🏗️
run: cd docs && make html
- name: failed tests 🚩
if: ${{ failure() }}
run: |
pip3 list -v