Skip to content

Commit 002a167

Browse files
authored
Update main.yml
1 parent 1cbeb3c commit 002a167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ 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 }}
324+
timeout 200 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
325325
--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" \
327-
--contents README.md \
326+
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
327+
--contents README.md \
328328
--contents notebooks/xeus-cpp-lite-demo.ipynb \
329329
--contents notebooks/smallpt.ipynb \
330330
--contents notebooks/images/marie.png \

0 commit comments

Comments
 (0)