Skip to content

Commit f5a828a

Browse files
authored
Remove --help
1 parent 0816a9a commit f5a828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
python -m pip install jupyterlite-xeus
276276
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
277277
cd ${{ env.PREFIX }}
278-
timeout 60 jupyter lite serve --help
278+
timeout 60 jupyter lite serve
279279
280280
- name: Setup tmate session
281281
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)