Skip to content

Commit ce92841

Browse files
authored
Update action.yml
1 parent f258d69 commit ce92841

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/Emscripten-Notebook-Tests

1 file changed

+2
-2
lines changed

.github/actions/Emscripten-Notebook-Tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
shell: bash -l {0}
1919
run: |
2020
set -e
21-
ps
21+
ps -a
2222
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus -c conda-forge -y
2323
micromamba activate xeus-lite-host
2424
if [[ "${{ matrix.os }}" == "macos"* ]]; then
@@ -83,5 +83,5 @@ runs:
8383
# Jupyter Lite website.
8484
pkill -9 timeout
8585
pkill -9 jupyter-lite
86-
ps
86+
ps -a
8787

0 commit comments

Comments
 (0)