We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49662eb commit 63cae97Copy full SHA for 63cae97
.github/workflows/build.yml
@@ -168,7 +168,7 @@ jobs:
168
runs-on: macos-latest
169
timeout-minutes: 15
170
steps:
171
- - name: Install Python
+ - name: Install Python with Homebrew
172
run: |
173
brew install python
174
- uses: actions/download-artifact@v3
@@ -194,6 +194,9 @@ jobs:
194
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
195
jupyter notebook --version
196
jupyter notebook --help
197
+ - name: Browser check
198
+ run: |
199
+ python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
200
201
check_links:
202
runs-on: ubuntu-latest
0 commit comments