holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 24 forks source link

CI: make the workflows more consistent with the other HoloViz packages #87

Closed maximlt closed 2 years ago

maximlt commented 2 years ago

@ianthomas23 I hope this is not stepping on your toes, I noticed that the status dashboard wasn't reporting the test state as the workflow was not running on master. I took the opportunity to make a few other changes so that the repo is a little more inline with the other repos, by:

ianthomas23 commented 2 years ago

@maximlt No problem! While there are lots of test failures to deal with, I was planning to limit CI to just Python 3.8 on Ubuntu. What do you think?

maximlt commented 2 years ago

Yep sure that's a good idea. Maybe include Python 3.7 and 3.10, to maximize the number of warnings the CI will generate.

ianthomas23 commented 2 years ago

@maximlt If you are happy with this then just go ahead and merge it. I don't think it has introduced any new errors that I am not already aware of.