You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We don't want to execute in rendering the ones we ignore for testing
@@ -85,7 +85,7 @@ commands =
85
85
# sed -i needs a bit of hacky conditional on ubuntu to cover the case of an empty ignore
86
86
buildhtml: bash -c 'if [ -s ignore_execute ]; then for name in $(cat ignore_execute | sort| uniq); do if [ -z "$(head -n 20 ${name}| grep execute:)" ]; then sed -i -e "s|kernelspec:|execute:\n skip: true\nkernelspec:|g" ${name}; fi; done;fi'
87
87
88
-
buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:\n'; cat ignore_execute"
88
+
buildhtml: bash -c "echo 'Notebooks ignored (not tested/executed) in this job:'; cat ignore_execute"
89
89
90
90
# Using srtict so we fail with trackbacks and debug mode to have a richer log
91
91
# For full build we disable parallel runs to easy server load
0 commit comments