Skip to content

Commit 41b2eb6

Browse files
authored
Update main.yml
1 parent 2d68e5c commit 41b2eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,14 @@ jobs:
321321
run: |
322322
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus -c conda-forge
323323
micromamba activate xeus-lite-host
324-
jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
324+
timeout 200 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
325325
--XeusAddon.mounts="${{ env.PREFIX }}/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
326326
--XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
327327
--contents README.md \
328328
--contents notebooks/xeus-cpp-lite-demo.ipynb \
329329
--contents notebooks/smallpt.ipynb \
330330
--contents notebooks/images/marie.png \
331-
--contents notebooks/audio/audio.wav
331+
--contents notebooks/audio/audio.wav &
332332
python -m pip install nbdime
333333
python -m pip install selenium
334334
python scripts/automated-notebook-run-script.py --driver chrome

0 commit comments

Comments
 (0)