Skip to content

Commit 6714fdf

Browse files
authored
Revert recent changes
1 parent e114833 commit 6714fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/Jupyter-serve/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
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.
@@ -34,4 +34,4 @@ runs:
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

0 commit comments

Comments
 (0)