Skip to content

Commit

Permalink
Merge branch 'master' into michal/asymptote-support
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC authored Sep 13, 2023
2 parents ba67216 + 0d13d18 commit e12caeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,16 @@ jobs:
choco install --yes --no-progress plantuml
plantuml -h
- name: Install Asymptote [Mac]
- name: Install Octave, Gnuplot, Graphviz, and PlantUML [Mac]
if: runner.os == 'macOS'
run: |
brew update
brew install asymptote
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
3 changes: 1 addition & 2 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
matplotlib >= 3, <4
bokeh >= 3, <4
selenium >= 4, <5
pandas >= 1, <2
pandocfilters >= 1.5, <2
pandocfilters >= 1.5, <2

0 comments on commit e12caeb

Please sign in to comment.