Skip to content

Commit

Permalink
Attempt #6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatts15 committed Oct 11, 2021
1 parent ba09be1 commit d59a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout current branch
uses: actions/checkout@v2
if: 'push' == github.event_name || 'pull_request' == github.event_name
if: {{'push' == github.event_name || 'pull_request' == github.event_name}}

- name: Checkout 'develop'
uses: actions/checkout@v2
Expand Down

0 comments on commit d59a80a

Please sign in to comment.