-
Notifications
You must be signed in to change notification settings - Fork 5
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
bioimageio.core.test_model
passes but GitHub CI fails
#79
Comments
The issue is that the conda environment that you have locally and that the CI is running with are not the same. The ideal solution is to improve the default conda environment used in CI for the pytorch version that you specified (which would fix all models specifying that pytorch version 🎉 ). |
Thanks Fynn, I updated the env file for state dict and traced a CPU only torchscript. Not sure how to upload again. |
just go to https://bioimage.io/#/ and click |
btw, I think I fixed all default pytorch envs. |
For identical environments with identical packages, versions, and even build (except the build for |
closing in favor of #84 |
Expected behaviour: if local test passes, then GitHub Actions should encounter no error.
My test:
GitHub Actions: https://github.com/bioimage-io/collection/actions/runs/9515502505/job/26230316192
The text was updated successfully, but these errors were encountered: