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 8b7bbcc commit 18cd683Copy full SHA for 18cd683
.github/workflows/tests.yml
@@ -223,6 +223,7 @@ jobs:
223
224
- if: startsWith(matrix.platform, 'macos-') && (matrix.test-suite == 'multi-process_a' || matrix.test-suite == 'multi-process_b')
225
run: |
226
+ brew update
227
brew install --cask paraview
228
echo `dirname /Applications/ParaView-*.app/Contents/bin/pvpython | head -1` >> $GITHUB_PATH
229
brew install ghostscript ffmpeg
0 commit comments