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

Test local installations #308

Open
gselzer opened this issue Nov 8, 2024 · 1 comment
Open

Test local installations #308

gselzer opened this issue Nov 8, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@gselzer
Copy link
Collaborator

gselzer commented Nov 8, 2024

As I've now found out with both d9fc267 and #307, napari-imagej seems to work poorly with local installations. It would be great to regularly test with a local installation, maybe on CI?

@ctrueden what do think would be easiest here? We could write a script that downloads a Fiji installation, however that seems overkill. Could we do something easier via jgo, making use of its cache?

@gselzer gselzer added the bug Something isn't working label Nov 8, 2024
@gselzer gselzer added this to the unscheduled milestone Nov 8, 2024
@ctrueden
Copy link
Member

ctrueden commented Nov 8, 2024

I think we'll need to download and cache a Fiji installation; jgo will not help here.

Here is how PyImageJ does it.

Unfortunately, it looks like we are not caching it, so the CI downloads it every time. 😢 But caching it is a little tricky; we would still want to bring it fully up-to-date before testing each time. Somewhere there is code that does this on CI, but I can't remember where off the top of my head...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants