Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68b5c47

Browse files
committedFeb 4, 2024
No graphviz on Macos.
1 parent 91d3587 commit 68b5c47

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
sudo apt-get update
4444
sudo apt-get install graphviz graphviz-dev
4545
46-
- if: matrix.os == 'macos-14'
47-
run: brew install graphviz
48-
4946
# Unit, integration, and end-to-end tests.
5047

5148
- name: Run unit tests and doctests.

‎tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package = editable
99
[testenv:test]
1010
extras = all, test
1111
deps =
12-
pygraphviz;platform_system != "Windows"
12+
pygraphviz;platform_system == "Linux"
1313
commands =
1414
pytest --nbmake {posargs}
1515

0 commit comments

Comments
 (0)
Please sign in to comment.