Skip to content

Commit

Permalink
Build lab branch for testing/binder
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 9, 2023
1 parent 503d53f commit c229dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
# python -m pip install -e .
jlpm install
jlpm build
jlpm build:prod
jupyter lab build
- name: Lint the extension
run: |
Expand Down
1 change: 1 addition & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ _("mkdir", "-p", ".git/hooks")
_("python", "-m", "pip", "install", "-e", ".")
_("jlpm", "install")
_("jlpm", "build:dev:prod")
_("jupyter", "lab", "build")
os.chdir(cwd)

# verify the environment is self-consistent before even starting
Expand Down

0 comments on commit c229dfb

Please sign in to comment.