change file tree (#1859)
Co-authored-by: Chayenne <zhaochenyang@g.ucla.edu>
This commit is contained in:
10
.github/workflows/execute-notebook.yml
vendored
10
.github/workflows/execute-notebook.yml
vendored
@@ -44,11 +44,5 @@ jobs:
|
||||
- name: Execute notebooks
|
||||
run: |
|
||||
cd docs
|
||||
for nb in *.ipynb; do
|
||||
if [ -f "$nb" ]; then
|
||||
echo "Executing $nb"
|
||||
jupyter nbconvert --to notebook --execute --inplace "$nb" \
|
||||
--ExecutePreprocessor.timeout=600 \
|
||||
--ExecutePreprocessor.kernel_name=python3
|
||||
fi
|
||||
done
|
||||
make clean
|
||||
make compile
|
||||
Reference in New Issue
Block a user