Skip to content

Commit 0d13d18

Browse files
authored
Merge pull request #63 from mgajda/michal/ci-on-mac
Install octave, Gnuplot, graphviz, PlantUML on Mac for integration testing...
2 parents ef9eb42 + 2d7ba2d commit 0d13d18

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)