Skip to content

Commit

Permalink
Update scripts/build.sh
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
hmaarrfk and jaimergp authored Jan 27, 2023
1 parent 21c0770 commit 51571b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "***** Install constructor *****"
conda install --yes \
--channel conda-forge --override-channels \
jinja2 curl libarchive \
"constructor>=3.4.1"
"constructor>=3.4.2"
if [[ "$(uname)" == "Darwin" ]]; then
conda install --yes coreutils --channel conda-forge --override-channels
fi
Expand Down

0 comments on commit 51571b6

Please sign in to comment.