We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea903f8 commit 7a4d19eCopy full SHA for 7a4d19e
.github/workflows/main.yml
@@ -331,6 +331,7 @@ jobs:
331
--contents notebooks/audio/audio.wav &
332
if [[ "${os}" == "macos"* ]]; then
333
brew install coreutils
334
+ export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
335
fi
336
python -m pip install nbdime
337
python -m pip install selenium
0 commit comments