Skip to content

Commit 63cae97

Browse files
committed
add browser check
1 parent 49662eb commit 63cae97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: macos-latest
169169
timeout-minutes: 15
170170
steps:
171-
- name: Install Python
171+
- name: Install Python with Homebrew
172172
run: |
173173
brew install python
174174
- uses: actions/download-artifact@v3
@@ -194,6 +194,9 @@ jobs:
194194
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
195195
jupyter notebook --version
196196
jupyter notebook --help
197+
- name: Browser check
198+
run: |
199+
python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
197200
198201
check_links:
199202
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)