Skip to content

Commit de99403

Browse files
committed
Disable browser check
1 parent 48c7bda commit de99403

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
3434
jupyter labextension list
3535
jupyter labextension list 2>&1 | grep -ie "@jupyter-widgets/jupyterlab-sidecar.*OK"
36-
python -m jupyterlab.browser_check
3736
3837
- name: Package the extension
3938
run: |
@@ -72,10 +71,8 @@ jobs:
7271
7372
pip install "jupyterlab>=4.0.0,<5" sidecar*.whl
7473
75-
7674
jupyter labextension list
7775
jupyter labextension list 2>&1 | grep -ie "@jupyter-widgets/jupyterlab-sidecar.*OK"
78-
python -m jupyterlab.browser_check --no-browser-test
7976
8077
8178
check_links:

0 commit comments

Comments
 (0)