File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 environment-name : pyjs-wasm
3939 condarc : |
4040 channels:
41- - https://repo.mamba.pm/emscripten-forge
41+ - https://repo.mamba.pm/emscripten-forge-4x
4242 - conda-forge
4343
4444 - name : build the docs
Original file line number Diff line number Diff line change 3434 environment-name : pyjs-wasm
3535 condarc : |
3636 channels:
37- - https://repo.prefix.dev/emscripten-forge-dev
37+ - https://repo.prefix.dev/
3838 - conda-forge
3939
4040
4848
4949 micromamba create -n pyjs-build-wasm \
5050 --platform=emscripten-wasm32 \
51- -c https://repo.prefix.dev/emscripten-forge-dev \
51+ -c https://repo.prefix.dev/emscripten-forge-4x \
5252 -c https://repo.mamba.pm/conda-forge \
5353 --yes \
5454 python=${{matrix.python_version}} \
8787 micromamba activate pyjs-wasm
8888 micromamba create -n pyjs-build-wasm-with-numpy \
8989 --platform=emscripten-wasm32 \
90- -c https://repo.prefix.dev/emscripten-forge-dev \
90+ -c https://repo.prefix.dev/emscripten-forge-4x \
9191 -c https://repo.mamba.pm/conda-forge \
9292 --yes \
9393 "python=${{matrix.python_version}}" pytest numpy exceptiongroup
@@ -128,7 +128,7 @@ jobs:
128128 micromamba activate pyjs-wasm
129129 micromamba create -n pyjs-build-wasm-no-numpy \
130130 --platform=emscripten-wasm32 \
131- -c https://repo.prefix.dev/emscripten-forge-dev \
131+ -c https://repo.prefix.dev/\
132132 -c https://repo.mamba.pm/conda-forge \
133133 --yes \
134134 "python=${{matrix.python_version}}" pytest exceptiongroup
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ 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.prefix.dev/emscripten-forge-dev \
21+ -c https://repo.prefix.dev/emscripten-forge-4x \
2222 -c https://repo.prefix.dev/conda-forge \
2323 --yes \
2424 python=$PYTHON_VERSION " pybind11<3" nlohmann_json pybind11_json numpy \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: pyjs-wasm
22channels :
33 - conda-forge
44 - /Users/thorstenbeier/src/recipes/output
5- - https://repo.prefix.dev/emscripten-forge-dev
5+ - https://repo.prefix.dev/emscripten-forge-4x
66
77dependencies :
88 - cmake
You can’t perform that action at this time.
0 commit comments