Skip to content

Commit c5455a3

Browse files
authored
Update conf.py
1 parent 5a330eb commit c5455a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
1414
export PATH="$HOME/micromamba/bin/:$PATH";\
1515
export MAMBA_ROOT_PREFIX="$HOME/micromamba/";\
16+
eval "$(micromamba shell hook --shell )";\
1617
micromamba create -f environment-wasm-build.yml -y;\
1718
micromamba activate xeus-cpp-wasm-build;\
1819
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)