Skip to content

Commit 7e7cbfe

Browse files
authored
Update conf.py
1 parent 3bcd58b commit 7e7cbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
export PATH="$PWD/bin:$PATH"; \
1414
micromamba shell init -s bash -p ~/micromamba;\
1515
. ~/.bashrc;\
16-
micromamba create -n xeus-cpp-wasm-build emscripten_emscripten-wasm32==3.1.73 python==3.11 cmake -c https://repo.prefix.dev/emscripten-forge-dev -y;\
16+
micromamba create -n xeus-cpp-wasm-build emscripten_emscripten-wasm32==3.1.73 cmake -c https://repo.prefix.dev/emscripten-forge-dev conda-forge -y;\
1717
micromamba activate xeus-cpp-wasm-build;\
1818
micromamba create -n environment-wasm-host --platform emscripten-wasm32 nlohmann_json=3.12.0 xeus-lite xeus CppInterOp cpp-argparse pugixml doctest -c https://repo.prefix.dev/emscripten-forge-dev -y;\
1919
mkdir build;\

0 commit comments

Comments
 (0)