Skip to content

Commit efa9784

Browse files
committed
4x
1 parent 58f3f91 commit efa9784

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
@@ -48,7 +48,7 @@ jobs:
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}} \
@@ -87,7 +87,7 @@ jobs:
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

build_mkdocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pyjs-wasm
22
channels:
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

77
dependencies:
88
- cmake

0 commit comments

Comments
 (0)