Skip to content

Commit d13a33d

Browse files
fix: Add '--yes' flag to mamba install (#27)
* Without the `--yes` flag the mamba install will hang waiting for user input.
1 parent 064ada3 commit d13a33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ conda config --add channels conda-forge
88
conda config --set channel_priority strict
99

1010
# Use mamba to speed up install
11-
mamba install root
11+
mamba install --yes root

0 commit comments

Comments
 (0)