Skip to content

Commit

Permalink
Missing lab installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jan 21, 2022
1 parent ec58ed5 commit a199a2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ def _(*args, **kwargs):
print("\nERROR", return_code, " ".join(args))
sys.exit(return_code)

_(sys.executable, "-m", "pip", "install", "-U", "pip")

# verify the environment is self-consistent before even starting
_(sys.executable, "-m", "pip", "check")

# install the labextension
_(sys.executable, "-m", "pip", "install", "-e", ".")
_(sys.executable, "-m", "jupyter", "labextension", "develop", "--overwrite", ".")

# verify the environment the extension didn't break anything
_(sys.executable, "-m", "pip", "check")
Expand Down

0 comments on commit a199a2f

Please sign in to comment.