Skip to content

Commit

Permalink
fix: Add '--yes' flag to mamba install (#27)
Browse files Browse the repository at this point in the history
* Without the `--yes` flag the mamba install will hang waiting for user input.
  • Loading branch information
matthewfeickert authored Aug 23, 2022
1 parent 064ada3 commit d13a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ conda config --add channels conda-forge
conda config --set channel_priority strict

# Use mamba to speed up install
mamba install root
mamba install --yes root

0 comments on commit d13a33d

Please sign in to comment.