-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Total Automation] CI/CD for autobot
#37
Comments
autobot
Hey John, we're thinking about adding a |
hmm, so... looking at StackOverflow and at so... it would look something like this:
also, would be useful to get a summary of |
pyTest has some self explanatory syntax and it is also the default test package for git actions. I think this is the better choice |
alright, sweet. try to keep track of edits/changes in the |
Are the conda environment files the linux and macos .yml files? |
yep! ignore anything else in that folder, for now – i think the "requirements" that show up are for |
Building the environment in a Docker container that's released to: |
Just a note, when referring to
groups
...groups := {intelligence, core, data-science, supplementary}
Feature Request, for
autobot
Description Whenever new features are added to
autobot
, run unit-tests to check for code-breaking changes on the incoming PR.Needs
Flesh out
tests/
group
repo ingroups
group
website directory ingroups
NotebookExporter
produces...Initial Comments
Check out GitHub Actions and see if we can use this, initially, for unit-testing.
If there's no way around this, fine – but the actual tests should take a few minutes, so if we have a way to just rely on running the tests, that's definitely ideal!
The text was updated successfully, but these errors were encountered: