Skip to content

Commit

Permalink
Trying to fix pygraphviz build
Browse files Browse the repository at this point in the history
  • Loading branch information
parul-l committed Mar 4, 2024
1 parent ac94c4f commit 7cc8b4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
export CPPFLAGS="-I/usr/include"
fi
pip install .[plotting]
export GRAPHVIZ_DIR="$(brew --prefix graphviz)"
pip install pygraphviz \
--global-option=build_ext \
Expand All @@ -95,7 +94,6 @@ jobs:
export CPPFLAGS="-I/usr/include"
fi
pip install .[plotting]
export GRAPHVIZ_DIR="$(brew --prefix graphviz)"
pip install pygraphviz \
--global-option=build_ext \
Expand Down

0 comments on commit 7cc8b4b

Please sign in to comment.