-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cleanup actions #160
Cleanup actions #160
Conversation
Yeah, since these are causing trouble let's take them out for now, with the intent of restoring them when ready. |
I wanted to add some context to these changes, and first off, thanks @austinorr for spying that 6 hour runtime! That would kill our free tier of testing in a jiffy. Rather than deleting these tests, @PaulDudaRESPEC, I would nominate that we disable them rather than delete (see "Disabling a Test" in our main testing issue: #135) unless they are superfluous:
|
@rburghol tests and actions have been revised and improved in #156. the conda test you mentioned above (1) tests ‘if things also run in an active conda environment’ — that test probably already covered in the conda project. if we do our job, then our code will run fine in any environment manager that is also doing its job. for the second item, tests written into gh actions for our master branch will run when someone opens a PR against master, and similarly for our develop branch code. Actions are committed into the git repo (not configured as part of the overall website) and so, if I understand your concerns correctly, they will already do the thing you describe by default and we don’t need a second dev action. |
Hey @austinorr thanks for the responses:
|
No description provided.