Skip to content

Commit 00e7d5b

Browse files
committed
save
1 parent 2bdbd13 commit 00e7d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
#- name: Execute notebooks
3636
# run: |
3737
# mkdir -p executed_notebooks
38-
# find examples -name "*.ipynb" -print0 | xargs -0 -I {} jupyter nbconvert --to notebook --execute {} --output-dir executed_notebooks
38+
# find examples -name "*.ipynb" -print0 | xargs -0 -I {} jupyter nbconvert --to notebook --execute {} --output-dir executed_notebooks
3939

4040
- name: Debug Execute notebooks
4141
run: |

0 commit comments

Comments
 (0)