File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : Install common packages
2626 uses : ./.github/actions/install-dependencies
2727
28+ - name : cache executed notebooks
29+ uses : actions/cache@v3
30+ with :
31+ path : _build/.jupyter_cache
32+ key : jupyter-cache-${{ hashFiles('environment.yml') }}
33+
2834 - name : Build the book
2935 run :
3036 jupyter-book build . -W
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ title: MPI tutorial
55author : Jørgen S. Dokken
66logo : logo.png
77
8- # Force re- execution of notebooks on each build.
8+ # Cache execution of notebooks
99# See https://jupyterbook.org/content/execute.html
1010execute :
11- execute_notebooks : force
11+ execute_notebooks : cache
1212 timeout : 1800
1313 exclude_patterns :
1414 # temporarily skip dolfinx rebuild so we can figure it out
You can’t perform that action at this time.
0 commit comments