Skip to content

Commit a431985

Browse files
committed
fix command
1 parent 63cae97 commit a431985

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
@@ -196,7 +196,7 @@ jobs:
196196
jupyter notebook --help
197197
- name: Browser check
198198
run: |
199-
python -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
199+
python3 -m jupyterlab.browser_check --BrowserApp.default_url='/tree'
200200
201201
check_links:
202202
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)