Skip to content

Commit

Permalink
Patch issue #232 with a temporary fix while the ts-graphviz installat…
Browse files Browse the repository at this point in the history
…ion issue is being debugged
  • Loading branch information
jakebeal committed Mar 19, 2024
1 parent 1534f77 commit 4fe5462
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
python -m pip install pytest
python -m pip install interrogate
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
- name: Node update # Remove after resolution of https://github.com/ts-graphviz/setup-graphviz/issues/578
if: runner.os == 'macOS'
run: |
brew upgrade node
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit 4fe5462

Please sign in to comment.