ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
46 stars 14 forks source link

Add initial github actions #321

Closed djhoese closed 2 years ago

djhoese commented 2 years ago

Did a test as part of this PR and looks like tarball upload to SSEC FTP works. The only untested part of this CI is:

  1. PyPI package upload. I can't test this really until we make a release. I'm not too worried about this since I copied it from the Satpy CI configs.
  2. I don't test on OSX or Windows. It would take more work to get OpenGL to work. Since VisPy currently doesn't test it I decided not to try it here.

I will merge once the current tests pass.

djhoese commented 2 years ago

Also note that one of the environments has experimental/unstable versions of xarray and dask. This should hopefully make it faster to detect incompatibility issues.

djhoese commented 2 years ago

Ok I made one more update. I made it so Satpy is included in the unstable dependencies.

djhoese commented 2 years ago

Crap I forgot to delete the renamed travis config.