Skip to content

Commit

Permalink
Unpin ts-graphiz version in python-app.yml
Browse files Browse the repository at this point in the history
Node.js is being installed as part of the graphviz setup, but then failing to run in a way that likely indicates it is out of date. This is likely because we are pinning the ts-graphviz action to an old version, and should unpin to use the latest instead.
  • Loading branch information
jakebeal authored Mar 4, 2024
1 parent 1534f77 commit c57691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit c57691f

Please sign in to comment.