Skip to content

Commit

Permalink
Fixup Graphviz install on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Apr 14, 2024
1 parent 57c4174 commit 1404302
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,12 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update --yes
sudo apt-get install --yes \
espeak \
graphviz \
lame
sudo apt-get install --yes espeak graphviz lame
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install \
graphviz
brew update
brew install graphviz
elif [ "$RUNNER_OS" == "Windows" ]; then
choco install \
graphviz \
lame
choco install graphviz lame
fi
- name: Run Pytest
run: pytest --cov supriya --showlocals
Expand Down

0 comments on commit 1404302

Please sign in to comment.