Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for BinderHub #1032

Merged
merged 11 commits into from
Feb 2, 2024
Prev Previous commit
Next Next commit
Adds postBuild back
  • Loading branch information
jasonb5 committed Jan 29, 2024
commit 9ee79d1b20b652db536f2210756ec45cf4525929
2 changes: 0 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,5 @@ dependencies:
- nbsphinx=0.9.1
- pandoc=3.1.1
- ipython=8.11.0 # Required for nbsphinx syntax highlighting
- pip:
- pcmdi_metrics

prefix: /opt/miniconda3/envs/pmcdi_metrics_dev
3 changes: 3 additions & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

pip install -e .
Loading