Skip to content

Commit d7becfd

Browse files
authored
Update conf.py
1 parent 91cb864 commit d7becfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
. /home/docs/.bashrc;\
1414
echo $PWD;\
1515
find . -name "*";\
16-
mamba create -p $PWD -f environment-wasm-build.yml -y;\
16+
mamba create -p $PWD/xeus-cpp-wasm-build -f environment-wasm-build.yml -y;\
1717
mamba activate xeus-cpp-wasm-build;\
18-
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
18+
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD/environment-wasm-host -f environment-wasm-host.yml;\
1919
mkdir build;\
2020
cd build;\
2121
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\

0 commit comments

Comments
 (0)