mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
Fix build workflow on CI
This commit is contained in:
parent
60f1f01fa5
commit
67621f5e85
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
pytest -vv || pytest -vv --lf
|
pytest -vv || pytest -vv --lf
|
||||||
|
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
|
run: |
|
||||||
jupyter labextension list 2>&1 | grep -ie "@jupyter-notebook/lab-extension.*enabled.*ok" -
|
jupyter labextension list 2>&1 | grep -ie "@jupyter-notebook/lab-extension.*enabled.*ok" -
|
||||||
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
|
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
|
||||||
python -m jupyterlab.browser_check
|
python -m jupyterlab.browser_check
|
||||||
|
Loading…
Reference in New Issue
Block a user