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

Starting CI #15

Closed rcaneill closed 2 years ago

rcaneill commented 2 years ago

I don't know how to test the CI before merging and doing a fake PR to test it. If you know how to do (or know a somewhere where they describe it), feel free to do it / tell me (I'll also try to search the answer online whenever I have time).

rcaneill commented 2 years ago

Oh that's magic, github is runing the CI :D, sweet

rcaneill commented 2 years ago

I am not sure that we need to test buikd / test for both macOS and linux, for 3 python versions. Github provides 2000 free minutes per month (1 windows minute counts for 2 minutes, 1 macOS minute counts for 10), so I guess that if we reach this limit we can think about reducing the number of tested versions.

rcaneill commented 2 years ago

python 3.10 does not pass the tests, it seems to be a pytest error (see error) but I don't really understand what it is now. I'll search it if I have time today.