diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2c534b..6434e25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,6 @@ jobs: jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupyterlite-terminal.*OK" - python -m jupyterlab.browser_check - name: Package the extension run: | @@ -81,10 +80,8 @@ jobs: pip install "jupyterlab>=4.0.0,<5" jupyterlite_terminal*.whl - jupyter labextension list jupyter labextension list 2>&1 | grep -ie "jupyterlite-terminal.*OK" - python -m jupyterlab.browser_check --no-browser-test integration-tests: name: Integration tests