Skip to content

Commit

Permalink
Install graphviz in the workflow builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Aug 25, 2023
1 parent 0bf110f commit 1ae1866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
sudo apt install graphviz
pip install -U pip
pip install -U setuptools
python -m pip install .[test]
Expand Down

0 comments on commit 1ae1866

Please sign in to comment.