Skip to content

Commit

Permalink
try to fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 4, 2024
1 parent 0409651 commit 5136ac1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Node update
if: runner.os == 'macOS'
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew upgrade node
fi
brew upgrade node
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit 5136ac1

Please sign in to comment.