Skip to content

Commit

Permalink
Workaround submodule/pre-commit problem on Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 8, 2023
1 parent 53a5cd9 commit af99890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ _("git", "submodule", "update", "--init")

cwd = os.getcwd()
os.chdir('jupyterlab')
_("rm", ".git")
_("mkdir", "-p", ".git/hooks")
_("python", "-m", "pip", "install", "-e", ".")
_("jlpm", "install")
_("jlpm", "build")
Expand Down

0 comments on commit af99890

Please sign in to comment.