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 6d5e49b commit f258d69Copy full SHA for f258d69
.github/actions/Emscripten-Notebook-Tests/action.yml
@@ -18,6 +18,7 @@ runs:
18
shell: bash -l {0}
19
run: |
20
set -e
21
+ ps
22
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus -c conda-forge -y
23
micromamba activate xeus-lite-host
24
if [[ "${{ matrix.os }}" == "macos"* ]]; then
0 commit comments