We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a60f798 + f1bfc05 commit 254faf6Copy full SHA for 254faf6
.github/actions/install-dependencies/action.yml
@@ -21,9 +21,10 @@ runs:
21
gsfonts \
22
libfreetype6-dev \
23
libfontconfig1-dev
24
+ # Explanation of some of these dependencies:
25
# https://github.com/ImageMagick/ImageMagick/issues/374#issuecomment-279252866
26
27
- shell: bash
28
run: |
29
echo "[command]pip install pygraphviz"
- pip install pygraphviz
30
+ pip install "pygraphviz>1.0,!=1.8.0"
0 commit comments