Skip to content

Commit

Permalink
Merge pull request #668 from uber/jeong/add_graphviz_workflow
Browse files Browse the repository at this point in the history
Install graphviz in the workflow builds
  • Loading branch information
vincewu51 committed Aug 25, 2023
2 parents 0bf110f + 1ae1866 commit 364141b
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 364141b

Please sign in to comment.