Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Oct 15, 2024
1 parent 0560ee6 commit 1b80797
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b80797

Please sign in to comment.