Skip to content

Commit

Permalink
Adds postBuild to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Jan 27, 2024
1 parent ecb34d1 commit a55f170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -eux
python -m pip install -vv --no-deps --no-build-isolation -e .

0 comments on commit a55f170

Please sign in to comment.