Skip to content

Commit 7b5021f

Browse files
authored
Update main.yml
1 parent eed7bb8 commit 7b5021f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ 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-
timeout 200 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
325-
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
326-
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
324+
jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
325+
--XeusAddon.mounts="${{ env.PREFIX }}/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
326+
--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 \
@@ -333,6 +333,7 @@ jobs:
333333
python -m pip install selenium
334334
python --driver chrome
335335
nbdiff notebooks/smallpt.ipynb $HOME/smallpt.ipynb
336+
timeout-minutes: 5
336337
337338
- name: Setup tmate session
338339
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)