File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/Jupyter-serve Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 --contents notebooks/xeus-cpp-lite-demo.ipynb \
2222 --contents notebooks/images/marie.png \
2323 --contents notebooks/audio/audio.wav \
24- --output-dir dist > /dev/tty 2>&1 &
24+ --output-dir dist &
2525 # There is a bug in nbdime after 3.2.0 where it will show the filenames as if there was a diff
2626 # but there is no diff with the options chosen below (the latest doesn't show a diff, just the filenames with +++
2727 # and --- as if it was planning to show a diff. This only happens for xeus-cpp-lite-demo.ipynb.
3434 # This sleep is to force enough time for the jupyter site to build before trying
3535 # to run notebooks in it. If you try to run the notebooks before the website is
3636 # ready the ci python script will crash saying ti cannot access the url
37- sleep 20
37+ sleep 10
You can’t perform that action at this time.
0 commit comments