Unverified Commit 691808d5 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

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

parent d32fba2a
...@@ -42,6 +42,7 @@ jobs: ...@@ -42,6 +42,7 @@ jobs:
python -m ipykernel install --user --name python3 --display-name "Python 3" python -m ipykernel install --user --name python3 --display-name "Python 3"
- name: Execute notebooks - name: Execute notebooks
timeout-minutes: 30
run: | run: |
cd docs cd docs
make clean make clean
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment