Skip to content

Commit b8045f0

Browse files
authored
Update main.yml
1 parent f5a828a commit b8045f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ jobs:
274274
micromamba activate xeus-lite-host
275275
python -m pip install jupyterlite-xeus
276276
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
277-
cd ${{ env.PREFIX }}
278-
timeout 60 jupyter lite serve
277+
timeout 60 jupyter lite serve --XeusAddon.prefix=${{ env.PREFIX }}
279278
280279
- name: Setup tmate session
281280
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)