Skip to content

Commit 2d7ba2d

Browse files
committed
Install octave, Gnuplot, graphviz, PlantUML on Mac for integration testing.
1 parent df70803 commit 2d7ba2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ jobs:
123123
choco install --yes --no-progress plantuml
124124
plantuml -h
125125
126+
- name: Install Octave, Gnuplot, Graphviz, and PlantUML [Mac]
127+
if: runner.os == 'macOS'
128+
run: |
129+
brew update
130+
brew install octave
131+
brew install gnuplot
132+
brew install graphviz
133+
brew install plantuml
134+
126135
- name: Install Plots.jl toolkit [Linux]
127136
# Integration tests sometimes hang on MacOS and Windows
128137
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)