diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d558dc0840..00c85e2335 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,7 @@ jobs: runs-on: macos-latest timeout-minutes: 15 steps: - - name: Install Python + - name: Install Python with Homebrew run: | brew install python - uses: actions/download-artifact@v3 @@ -194,6 +194,9 @@ jobs: jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" - jupyter notebook --version jupyter notebook --help + - name: Browser check + run: | + python -m jupyterlab.browser_check --BrowserApp.default_url='/tree' check_links: runs-on: ubuntu-latest