diff --git a/.github/workflows/execute-notebook.yml b/.github/workflows/execute-notebook.yml index 170545d72..e03edd6ce 100644 --- a/.github/workflows/execute-notebook.yml +++ b/.github/workflows/execute-notebook.yml @@ -42,6 +42,7 @@ jobs: python -m ipykernel install --user --name python3 --display-name "Python 3" - name: Execute notebooks + timeout-minutes: 30 run: | cd docs make clean