Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github action to test installation #18

Open
kevinyamauchi opened this issue Sep 19, 2022 · 0 comments
Open

add github action to test installation #18

kevinyamauchi opened this issue Sep 19, 2022 · 0 comments

Comments

@kevinyamauchi
Copy link

Hello @haesleinhuepf ! I think it would be nice to have a scheduled github that once every day/week/month it tests installing devbio-napari. The goal would be to:

  • make sure the standard one line installation is working
  • determine if any packages have been updated and are thus no longer compatible

I think the workflow would be something like:

  • run on Windows, Mac OS, Linux with python 3.8 and 3.9
  • install with conda create --name devbio-napari-env python=3.9 devbio-napari -c conda-forge (could also have mamba)
  • run a function that tries to import all of the plugins that should be installed. if some modules that should be installed raise an ImportError, raise an exception and return the list of plugins that failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant