Skip to content

Commit

Permalink
ci: only install graphviz dependency under Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Sep 10, 2024
1 parent 214800b commit 2a99008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Install binary dependencies
run: |
sudo apt-get install -y graphviz
if: runner.os == 'Linux'
- name: Test using tox environment
shell: bash
run: |
Expand Down

0 comments on commit 2a99008

Please sign in to comment.