Skip to content

Commit 837709d

Browse files
committed
Add postBuild file for Binder.
1 parent 2973280 commit 837709d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

postBuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
# need to install by hand for Binder
3+
conda install -c conda-forge --freeze-installed -y pyyaml
4+

0 commit comments

Comments
 (0)