DocOtak / gsw-xarray

Wrapper for gsw that will add CF attributes to xarray.DataArray outputs
https://gsw-xarray.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 3 forks source link

add test without pint #50

Closed rcaneill closed 2 years ago

rcaneill commented 2 years ago

This is a trial to have CI without the optional deps pint and pint-xarray

rcaneill commented 2 years ago

Tests with python 3.9 and 3.10 were failing, I guess because of incompatibility of python version and numpy version provided in lock file, so I added poetry lock before install

rcaneill commented 2 years ago

Seems to work well! We did well our job, and all tests that need pint are skipped if pint is not installed. No problem to build neither :)