Skip to content

Commit 45ae836

Browse files
committed
tests pass
1 parent 5bd61bc commit 45ae836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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" \
@@ -83,7 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)