From 3cd348a1bae0b9fe89aabcc8c5170db56fa3e18c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 10 Aug 2023 06:30:27 +0000 Subject: [PATCH] add browser check --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b9772ac1..2a71635ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -172,7 +172,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 @@ -198,6 +198,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