scverse / mudata

Multimodal Data (.h5mu) implementation for Python
https://mudata.rtfd.io
BSD 3-Clause "New" or "Revised" License
72 stars 17 forks source link

CI testing #9

Closed ivirshup closed 2 years ago

ivirshup commented 2 years ago

It would be good to get the test suite running on CI.

Is there a strong preference for platforms?

gtca commented 2 years ago

There's a pytest run already set up: https://github.com/PMBio/mudata/blob/master/.github/workflows/pythonpackage.yml. Or did you mean something else?

I've now added a hook to run it on PRs too (135a935).

ivirshup commented 2 years ago

Great, just only saw linting run on my PR, will merge master