Skip to content

Commit a7b17c5

Browse files
committed
fix command
1 parent 3cd348a commit a7b17c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
jupyter notebook --help
201201
- name: Browser check
202202
run: |
203-
python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
203+
python3 -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
204204
205205
check_links:
206206
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)