Skip to content

Commit

Permalink
Merge pull request #63 from mgajda/michal/ci-on-mac
Browse files Browse the repository at this point in the history
Install octave, Gnuplot, graphviz, PlantUML on Mac for integration testing...
  • Loading branch information
LaurentRDC authored Sep 13, 2023
2 parents ef9eb42 + 2d7ba2d commit 0d13d18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ jobs:
choco install --yes --no-progress plantuml
plantuml -h
- name: Install Octave, Gnuplot, Graphviz, and PlantUML [Mac]
if: runner.os == 'macOS'
run: |
brew update
brew install octave
brew install gnuplot
brew install graphviz
brew install plantuml
- name: Install Plots.jl toolkit [Linux]
# Integration tests sometimes hang on MacOS and Windows
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 0d13d18

Please sign in to comment.