We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdbd13 commit 00e7d5bCopy full SHA for 00e7d5b
1 file changed
.github/workflows/notebooks.yml
@@ -35,7 +35,7 @@ jobs:
35
#- name: Execute notebooks
36
# run: |
37
# mkdir -p executed_notebooks
38
- # find examples -name "*.ipynb" -print0 | xargs -0 -I {} jupyter nbconvert --to notebook --execute {} --output-dir executed_notebooks
+ # find examples -name "*.ipynb" -print0 | xargs -0 -I {} jupyter nbconvert --to notebook --execute {} --output-dir executed_notebooks
39
40
- name: Debug Execute notebooks
41
run: |
0 commit comments