Skip to content

Commit bf4eabc

Browse files
committed
test commit
1 parent e49e7e4 commit bf4eabc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,18 @@ jobs:
249249
..
250250
emmake make -j ${{ env.ncpus }} install
251251
252-
- name: Setup Node.js 24
253-
uses: actions/setup-node@v4
254-
with:
255-
node-version: '24'
252+
# - name: Setup Node.js 24
253+
# uses: actions/setup-node@v4
254+
# with:
255+
# node-version: '24'
256256

257257
- name: Test xeus-cpp C++ Emscripten
258258
shell: bash -l {0}
259259
run: |
260260
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
261261
set -e
262+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus nodejs=24 -c conda-forge
263+
micromamba activate xeus-lite-host
262264
cd build/test
263265
# Fresh install browsers, and run Emscripten tests in them
264266
# This is to match the Emscripten build instructions, where
@@ -333,7 +335,7 @@ jobs:
333335
- name: Jupyter Lite integration
334336
shell: bash -l {0}
335337
run: |
336-
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
338+
# micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge
337339
micromamba activate xeus-lite-host
338340
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
339341

0 commit comments

Comments
 (0)