Skip to content

Commit 18cd683

Browse files
authored
CI: workaround failing Homebrew Paraview downloads (#1692)
1 parent 8b7bbcc commit 18cd683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ jobs:
223223
224224
- if: startsWith(matrix.platform, 'macos-') && (matrix.test-suite == 'multi-process_a' || matrix.test-suite == 'multi-process_b')
225225
run: |
226+
brew update
226227
brew install --cask paraview
227228
echo `dirname /Applications/ParaView-*.app/Contents/bin/pvpython | head -1` >> $GITHUB_PATH
228229
brew install ghostscript ffmpeg

0 commit comments

Comments
 (0)