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 65d788e commit 3cd348aCopy full SHA for 3cd348a
.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
172
runs-on: macos-latest
173
timeout-minutes: 15
174
steps:
175
- - name: Install Python
+ - name: Install Python with Homebrew
176
run: |
177
brew install python
178
- uses: actions/download-artifact@v3
@@ -198,6 +198,9 @@ jobs:
198
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
199
jupyter notebook --version
200
jupyter notebook --help
201
+ - name: Browser check
202
+ run: |
203
+ python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
204
205
check_links:
206
runs-on: ubuntu-latest
0 commit comments