Skip to content

Commit

Permalink
Changed double quotes to single quotes in workflow; doubles are invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Apr 20, 2023
1 parent c74dbf5 commit d191dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
filter: "*.ipynb"

- name: Testing notebooks
if: ${{ steps.changed_files.outputs.added_modified != "" }}
if: ${{ steps.changed_files.outputs.added_modified != '' }}
run: pytest --nbmake --nbmake-timeout=5000 ${{ steps.changed_files.outputs.added_modified }}

0 comments on commit d191dba

Please sign in to comment.