Skip to content

Commit

Permalink
Try using forked version of ts-graphviz with included patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 4, 2024
1 parent 5136ac1 commit 84ae6f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ jobs:
python -m pip install pytest
python -m pip install interrogate
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Node update
if: runner.os == 'macOS'
run: |
brew upgrade node
uses: jakebeal/setup-graphviz@v1
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit 84ae6f9

Please sign in to comment.