Skip to content

Commit 804e88c

Browse files
authored
Update main.yml
1 parent 0c35185 commit 804e88c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)