Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 24, 2023
1 parent fa625a1 commit 7e4fecf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Check the extensions are installed
run: |
jupyter labextension list 2>&1 | grep -ie "@voila-dashboards/jupyterlab-gridstack.*enabled.*ok" -
python -m jupyterlab.browser_check
jupyter labextension list
# jupyter labextension list 2>&1 | grep -ie "@voila-dashboards/jupyterlab-gridstack.*enabled.*ok" -
# python -m jupyterlab.browser_check
- name: Lint
run: |
Expand Down

0 comments on commit 7e4fecf

Please sign in to comment.