Skip to content

Commit be07390

Browse files
committed
Do pip install , instead of pip install -e .
1 parent b699a41 commit be07390

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
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
python -m pip install -e . --no-deps --ignore-installed --no-build-isolation
2+
python -m pip install .

0 commit comments

Comments
 (0)