Skip to content

Commit a8dac79

Browse files
committed
skip browser check for now
1 parent 330a439 commit a8dac79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
jupyter labextension list
3939
jupyter labextension list 2>&1 | grep -ie "jupyterlab-night.*OK"
40-
python -m jupyterlab.browser_check
40+
# python -m jupyterlab.browser_check
4141
4242
- name: Package the extension
4343
run: |

0 commit comments

Comments
 (0)