Add a timeout for execute-notebook.yml (#1951)

This commit is contained in:
Lianmin Zheng
2024-11-08 10:28:29 +08:00
committed by GitHub
parent d32fba2a4d
commit 691808d587
+1
View File
@@ -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