-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ENH: Enable Google Colab testing #139
Comments
We can run these jobs on lectures that are backed by We may need to do a custom runner on a server. |
@kp992 do you have time to think about some solutions on how we might be able to test for I have setup a google action workflow https://github.com/QuantEcon/lecture-jax/pull/177/files but this approach won't work for any repos that use Happy to link up with you to provide further information. It would be good to get google |
@mmcky Thanks, I will be happy to take a look into this. I will read through some of the links and follow up on this. |
@mmcky Are we planning to move all our testing infra from AWS to Github Actions? If so I can help by picking each lecture series repo one by one. |
@kp992 we will but I want to settle on a robust approach first. Once we do that I would love your help with this |
We should run execution tests against Google Colab
I have found this resource
https://research.google.com/colaboratory/local-runtimes.html
appears that we can use the actual docker container used by the Google Colab service.
We can now:
https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container
Lectures
The text was updated successfully, but these errors were encountered: