Skip to content
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

🌠 Add a nox session and GitHub workflow to test evaluation of completed notebooks #18

Open
namurphy opened this issue May 15, 2024 · 0 comments

Comments

@namurphy
Copy link
Contributor

It's probably too late for it this year, but one possibility for next time would be to:

  • Create a Nox session to execute the completed versions of notebooks (perhaps with nbconvert). If the repository contains a requirements file that exactly matches the HelioCloud environment, we can have a pretty reliable check that the notebooks will work in that environment. ✅
  • Create a GitHub workflow that would run the Nox session as a cron job and on pull requests.

Nox is nice because the configuration files are written in Python, which is magical 🪄! An alternative would be to use tox should we prefer to stick with .ini configuration files. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant