File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -321,6 +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+ if [[ "${{ matrix.os }}" == "macos"* ]]; then
325+ brew install coreutils
326+ export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
327+ fi
324328 timeout 200 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }} \
325329 --XeusAddon.mounts="${{ env.PREFIX }}/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
326330 --XeusAddon.mounts="${{ env.PREFIX }}/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
@@ -329,10 +333,6 @@ jobs:
329333 --contents notebooks/smallpt.ipynb \
330334 --contents notebooks/images/marie.png \
331335 --contents notebooks/audio/audio.wav &
332- if [[ "${{ matrix.os }}" == "macos"* ]]; then
333- brew install coreutils
334- export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
335- fi
336336 python -m pip install nbdime
337337 python -m pip install selenium
338338 python scripts/automated-notebook-run-script.py --driver chrome
You can’t perform that action at this time.
0 commit comments