-
Notifications
You must be signed in to change notification settings - Fork 13
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
Perform unit tests in NSLS-II conda environments #96
Perform unit tests in NSLS-II conda environments #96
Conversation
@padraic-shafer do you want a review or merge? |
Yes, please. If it looks good to you, please merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@padraic-shafer this looks pretty standard. I do hope there is a template for this that is in a custom nsls-ii cookie-cutter like thing. Is that right, or was this a lot of custom work?
I'll merge after i check the other one and then try to run the test suite "as a developer" to make sure I don't have questions. I followed instructions from skbeam. |
This PR adds a GitHub action to run unit tests in recent NSLS-II conda environments.
recent-envs.yml
.legacy-envs.yml
can be run from the workflow defined inlegacy-conda-env-tests.yml
Unit tests currently pass in all 36 environments from 2023 + 2024 without modifications, so long as two other recent PRs are merged into the test environment.
PRs #94, #95, #96 can be merged in any order.