From 1b80797a3306ec1336ce6258444aa9997e9bfc2c Mon Sep 17 00:00:00 2001 From: DominicDirkx Date: Tue, 15 Oct 2024 14:17:43 +0200 Subject: [PATCH] Update build.sh --- recipe/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index 5e66142..5363e66 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -3,12 +3,12 @@ echo "OS is:" echo "`uname`" -if [ "`uname`" = "Linux" ] -then - conda install jinja2 pydantic=1.10.9 pyyaml numpydoc -y +# if [ "`uname`" = "Linux" ] +# then +# conda install jinja2 pydantic=1.10.9 pyyaml numpydoc -y - python docs/source/build_docstrings.py -fi +# python docs/source/build_docstrings.py +# fi # conda install boost-cpp=1.72 -y mkdir build