Fix for #993 - safeguard xarray provider date handling (PR #995)

This commit is contained in:
Tom Kralidis
2022-09-27 09:38:59 -04:00
committed by GitHub
parent ffffc09fbe
commit b635847daf
2 changed files with 10 additions and 3 deletions
+3 -2
View File
@@ -67,9 +67,8 @@ jobs:
pip3 install -r requirements-dev.txt
pip3 install -r requirements-provider.txt
python3 setup.py install
pip3 install --upgrade numpy
#pip3 install --upgrade rasterio==1.1.8
- name: run flake8 ⚙️
run: find . -type f -name "*.py" | xargs flake8
- name: setup test data ⚙️
run: |
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
@@ -106,6 +105,8 @@ jobs:
pytest tests/test_util.py
pytest tests/test_xarray_netcdf_provider.py
pytest tests/test_xarray_zarr_provider.py
- name: run flake8 ⚙️
run: find . -type f -name "*.py" | xargs flake8
- name: build docs 🏗️
run: cd docs && make html
- name: failed tests 🚩