Skip to content

Commit

Permalink
Test jupyterlab extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva Arya committed Mar 3, 2025
1 parent fc90c01 commit c7992bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,17 @@ jobs:
- name: Install package
run: pip install -e .

- name: Setup Node for Panel
uses: actions/setup-node@v4
with:
node-version: 'latest'

- name: Install Sphinx extensions
- name: Install Sphinx and Panel extensions
run: |
pip install sphinxcontrib-googleanalytics
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @bokeh/jupyter_bokeh
- name: Build documentation
run: cd docs/ && make html NCORES=auto
Expand Down

0 comments on commit c7992bb

Please sign in to comment.