Skip to content

Commit

Permalink
fix: try other GH action for graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
leclairm committed Nov 8, 2024
1 parent 40c1a3e commit 5a39fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install --upgrade pip
pip install hatch
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
uses: tlylt/install-graphviz@main
- name: Install package
run: |
pip install .
Expand Down

0 comments on commit 5a39fa7

Please sign in to comment.