-
Notifications
You must be signed in to change notification settings - Fork 96
Run notebooks in CI #1013
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
base: main
Are you sure you want to change the base?
Run notebooks in CI #1013
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1013 +/- ##
==========================================
+ Coverage 66.63% 66.67% +0.03%
==========================================
Files 40 40
Lines 6060 6067 +7
Branches 1015 1015
==========================================
+ Hits 4038 4045 +7
Misses 1662 1662
Partials 360 360 🚀 New features to boost your workflow:
|
Hi, I added all the notebooks except the tutorials as they required plenty of external modules. Only one notebook ( This is the error log
|
@LucaMarconato wants to look into how to do this with caching, see also scverse/cookiecutter-scverse#40 PS: shell scripting is the devil, if you add shell scripts, also add CI that runs |
@selmanozleyen how long do they take to run? Around 15 minutes? |
@LucaMarconato yes they take around 15 for the selected notebooks |
Closes #993