-
Notifications
You must be signed in to change notification settings - Fork 61
Develop: fixes for test_environments #769
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
Conversation
b8d61d5
to
44d0d67
Compare
@tclose - just a quick note that instead of building singularity you can install apptainer directly from binaries. example here: https://github.com/ReproNim/neurodocker/blob/eb4720e1e04f7347488d63fe05fcdafabaaac9bd/.github/workflows/pull-request.yml#L20 |
Thanks, should I include it in the main test build and drop the separate singularity one? |
your call with the refactor as it depends on where singularity/apptainer gets used. it's a relatively quick install, so if it's helpful to bundle into a single test that's fine. |
Types of changes
Summary
Fixes
test_environments
after syntax changes in #768Checklist