Skip to content

Commit c18e150

Browse files
committed
Fixing binder config
1 parent b2b516e commit c18e150

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
@@ -3,4 +3,4 @@
33
# See https://mybinder.readthedocs.io/en/latest/using/config_files.html
44

55
set -ex
6-
pip install -r .binder/requirements.txt
6+
pip install -r requirements.txt -r .binder/requirements.txt

0 commit comments

Comments
 (0)