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 7a4d19e commit faebb72Copy full SHA for faebb72
.github/workflows/main.yml
@@ -329,7 +329,7 @@ jobs:
329
--contents notebooks/smallpt.ipynb \
330
--contents notebooks/images/marie.png \
331
--contents notebooks/audio/audio.wav &
332
- if [[ "${os}" == "macos"* ]]; then
+ if [[ "${{ matrix.os }}" == "macos"* ]]; then
333
brew install coreutils
334
export PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"
335
fi
0 commit comments