Skip to content

Commit

Permalink
Update to latest constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jul 30, 2020
1 parent 9febd8c commit 9263279
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 @@ -12,7 +12,7 @@ cd $CONSTRUCT_ROOT
# See https://github.com/conda-forge/miniforge/pull/2#issuecomment-554394343
echo "***** Install constructor *****"
conda install -y "constructor>=3.0.1" jinja2
pip install git+git://github.com/conda/constructor@5c9539a95ed7eafb#egg=constructor --force --no-deps
pip install git+git://github.com/conda/constructor@01209f0bf772c601dda062bc0167d0e00b70c6e4#egg=constructor --force --no-deps
conda list

echo "***** Make temp directory *****"
Expand Down

0 comments on commit 9263279

Please sign in to comment.