File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444
4545 micromamba create -n pyjs-build-wasm \
4646 --platform=emscripten-wasm32 \
47- -c https://repo.prefix.dev/emscripten-forge-4x\
47+ -c https://repo.prefix.dev/emscripten-forge-4x \
4848 -c https://repo.mamba.pm/conda-forge \
4949 --yes \
5050 "python=3.13" \
8383 micromamba activate pyjs-wasm
8484 micromamba create -n pyjs-build-wasm-with-numpy \
8585 --platform=emscripten-wasm32 \
86- -c https://repo.prefix.dev/emscripten-forge-4x\
86+ -c https://repo.prefix.dev/emscripten-forge-4x \
8787 -c https://repo.mamba.pm/conda-forge \
8888 --yes \
8989 "python=3.13" pytest numpy exceptiongroup
@@ -124,7 +124,7 @@ jobs:
124124 micromamba activate pyjs-wasm
125125 micromamba create -n pyjs-build-wasm-no-numpy \
126126 --platform=emscripten-wasm32 \
127- -c https://repo.prefix.dev/\
127+ -c https://repo.prefix.dev/emscripten-forge-4x \
128128 -c https://repo.mamba.pm/conda-forge \
129129 --yes \
130130 "python=3.13" pytest exceptiongroup
You can’t perform that action at this time.
0 commit comments