Skip to content

Commit

Permalink
Merge pull request #412 from jtpio/fix-lab-2-build
Browse files Browse the repository at this point in the history
Troubleshoot JupyterLab 2 build failure on CI
  • Loading branch information
maartenbreddels authored Jul 26, 2022
2 parents dc8397d + 48f858a commit 1c08f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
path: ./dist

- name: Install JupyterLab 2
run: mamba install yarn jupyterlab=2
run: mamba install yarn jupyterlab=2 nodejs=14

- name: Install the labextension
run: jupyter labextension install dist/ipyvolume*.tgz --debug

0 comments on commit 1c08f9f

Please sign in to comment.