We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47a09b commit d39640eCopy full SHA for d39640e
.github/actions/Emscripten-Notebook-Tests/action.yml
@@ -80,8 +80,6 @@ runs:
80
fi
81
# Kill the jupyter lite serve process now we are done running xeus-cpp in the
82
# Jupyter Lite website.
83
- pstree -p $jupyter_lite_process_id
84
- kill -9 $jupyter_lite_process_id
85
- sleep 10
86
- ps
+ pkill -9 timeout
+ pkill -9 jupyter-lite
87
0 commit comments