Skip to content

Commit

Permalink
install graphviz in github jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthenian8 committed Apr 3, 2023
1 parent 799726d commit e145949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: build & install package
run: |
sudo apt install graphviz
python -m pip install build
python -m build
find . -name "*.whl" -exec python -m pip install {}[test_full] ';'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

- name: install dependencies
run: |
sudo apt install graphviz
python -m pip install --upgrade pip
pip install -e .[test_full]
shell: bash
Expand Down

0 comments on commit e145949

Please sign in to comment.