Skip to content

Commit

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

0 comments on commit 0409651

Please sign in to comment.