File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2121 fail-fast : false
2222 matrix :
2323 include :
24- - emsdk_ver : " 3.1.45 "
25- python_version : " 3.11 "
24+ - emsdk_ver : " 3.1.73 "
25+ python_version : " 3.13 "
2626
2727
2828 steps :
3434 - name : Install micromamba
3535 uses : mamba-org/setup-micromamba@v1
3636 with :
37- environment-file : environment-dev_${{matrix.emsdk_ver}} .yml
37+ environment-file : environment-dev .yml
3838 environment-name : pyjs-wasm
3939 condarc : |
4040 channels:
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ if [ ! -d "$WASM_ENV_PREFIX" ]; then
1818 echo " Creating wasm env $WASM_ENV_NAME "
1919 micromamba create -n $WASM_ENV_NAME \
2020 --platform=emscripten-wasm32 \
21- -c https://repo.mamba.pm /emscripten-forge \
22- -c https://repo.mamba.pm /conda-forge \
21+ -c https://repo.prefix.dev /emscripten-forge-dev \
22+ -c https://repo.prefix.dev /conda-forge \
2323 --yes \
2424 python=$PYTHON_VERSION " pybind11" nlohmann_json pybind11_json numpy \
2525 bzip2 sqlite zlib zstd libffi exceptiongroup\
26- " xeus" " xeus-lite" xeus-python " xeus-javascript" xtl " ipython=8.22.2=py311had7285e_1 " " traitlets>=5.14.2" \
27- openssl
26+ " xeus" " xeus-lite" xeus-python " xeus-javascript" xtl " ipython" " traitlets>=5.14.2" \
27+ openssl liblzma
2828
2929else
3030 echo " Wasm env $WASM_ENV_NAME already exists"
@@ -100,7 +100,7 @@ if true; then
100100 -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
101101 -DCMAKE_INSTALL_PREFIX=$PREFIX \
102102 -DXPYT_EMSCRIPTEN_WASM_BUILD=ON \
103- -DCMAKE_INCLUDE_PATH=$WASM_ENV_PREFIX /include/python3.11
103+ -DCMAKE_INCLUDE_PATH=$WASM_ENV_PREFIX /include/python3.13
104104
105105
106106 emmake make -j8 install
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ plugins:
3434 options :
3535 allow_inspection : true
3636 show_root_heading : true
37- show_source : false
3837
3938
4039markdown_extensions :
You can’t perform that action at this time.
0 commit comments