Skip to content

Commit

Permalink
add browser check
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 2, 2024
1 parent 65d788e commit 3cd348a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3cd348a

Please sign in to comment.